This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am working on enabling the single data-set (person) in the "ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416" model for object detection
for that, I have keep one dataset and removed all other data-set and I run my object detection.
Thowing a below error:-
Hi,
If I understand your question correctly, you want to detect only single object in an image, from yolox model trained on multiclass dataset ?
Am not completely sure on one can modify the dataset.yaml file to delete other classes indexes, I hardly think this is advisable as these file are have nested dependencies wrt edgeai gst apps flow.
You can use the model file which has single detection prediction and trained for detection of specific object, we recommend to use tidl tools offering to compile the model and do the inference.