OpenVINO-YOLOV4
OpenVINO-YOLOV4 copied to clipboard
Issue when I run python object_detection_demo_yolov3_async.py
I've converted my custom data on the YoloV4 model it's worked. but when I run python object_detection_demo_yolov3_async.py I got this error
[ INFO ] Creating Inference Engine...
[ INFO ] Loading network
[ INFO ] Preparing inputs
[ INFO ] Loading model to the plugin
[ INFO ] Starting inference...
To close the application, press 'CTRL+C' here or switch to the output window and press ESC key
To switch between min_latency/user_specified modes, press TAB key in the output window
Traceback (most recent call last):
File "object_detection_demo_yolov3_async.py", line 518, in
I used image size when I'm training is 416x416x3
Thank you
maybe you should change the yolo_v4_tiny.json classes num
Excellent. I follow your comment. It's worked. Thanksyou