PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 165 forks source link

IndexError: tuple index out of range #72

Open 0806gcx opened 4 years ago

0806gcx commented 4 years ago

I don't know why?I use the coco's weights from the 'OpenVINO-YoloV3-master\weights' to convert to the pb and IR .Then produce this problem!Please help @PINTO0309 image

0806gcx commented 4 years ago

I solved this problem ! when change .pb to (.xmi .bin), I need python mo_tf.py --input_model frozen_tiny_yolov3_model.pb --tensorflow_use_custom_operations_config extensions/front/tf/yolo_v3_tiny.json --batch 1 (I used openvino2020_R4)