exadel-inc / CompreFace

Leading free and open-source face recognition system
https://exadel.com/accelerator-showcase/compreface/
Apache License 2.0
5.24k stars 721 forks source link

custom build arcnet not detecting faces far away? #967

Open atv2016 opened 1 year ago

atv2016 commented 1 year ago

I've recently switched to using this custom build, in order to get more unknown detections. This seems to work, but one thing i noticed it doesn't seem to detect as much faces/from a far anymore.

They use the same face detection mechanism i assume, so is it discarding more faces up front? Is there anyway to adjust this? With the default build i could detect people and their faces from at the end of the road, with the new arcnet build you have to be less then 2 meters away it seems.

pospielov commented 1 year ago

They use different face detection mechanisms, and they make different mistakes First, you can try is increasing det_prob_threshold threshold. Second the option I described here: https://github.com/exadel-inc/CompreFace/issues/966#issuecomment-1332528587