Hi, there. I am looking for some object detection models that detect people only. How can I get the models if they exist? And how about the performance of these models?
Hi,
Hailo got a model which has only 2 classes, person and face.
However I suggest just using some default detection model and use only the “person” detections.
This is exactly what our detection example app does…
Check out the callback code.