ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.01k stars 407 forks source link

question about cascade facedetect #251

Closed zaidao2023 closed 1 year ago

zaidao2023 commented 1 year ago

Hello, How to get the score of a face bbox?

ermig1979 commented 1 year ago

There is Simd::Detection::Object::weight.

zaidao2023 commented 1 year ago

thanks