I have an object detection model in .hef format but I want it to detect based on images? I tried doing,
python basic_pipelines/detection.py --labels-json resources/barcode-labels.json --hef-path resources/model.hef --input resources/image.jpg
But I get an error
Frame count: 1
End-of-stream
Error rewinding the video.
Is it possible to do this? And how would I see what the model predicted the object in the image as?