Open
Description
Is it possible to specify or filter certain classes of objects to be detected?
I would like to modify demo script:
https://github.com/raspberrypi/picamera2/blob/main/examples/imx500/imx500_object_detection_demo.py
Per my understanding, models based on COCO dataset are able to detect around 80 classes of objects listed here:
https://github.com/raspberrypi/picamera2/blob/main/examples/imx500/assets/coco_labels.txt
In my project I would like to narrow down number of classes detected for specific model used (eg. YOLOx).
Such capability is implemented by Ultralytics. The model.predict() accepts "classes" argument to filter classes to be detected.
Is it possible to accomplish something similar with IMX500?
Metadata
Metadata
Assignees
Labels
No labels
Activity