mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

Any advice for inferencing a single image using openvino model?

Open IOEvan opened this issue 3 years ago • 2 comments

How to inference a single image with openvino model? We look forward to your reply.

IOEvan avatar Jul 30 '21 02:07 IOEvan

For now you may use OpenVINO Open Model Zoo demo for that purposes. And, yeah, you should set "--architecture_type=ssd" as a demo argument regardless of the actual architecture of detection net.

druzhkov-paul avatar Jul 30 '21 10:07 druzhkov-paul

Thanks for your reply! It is also hoped that the code for inference of a single image in MMDetection can be released.

IOEvan avatar Aug 02 '21 08:08 IOEvan