intel/openvino-demos

Error Start the IR creation and upload to S3.

lpengpen opened this issue · 6 comments

Error when trying create_ir_for_obj_det.py, below

image
please advise

ravi9 commented

Could you verify that the model has been downloaded?
Based on the error, it says "No such file or directory : './ssd_mobilenet_v1_coco_2018_01_28-FP32".

image
Yes, Is downloaded.

ravi9 commented

@lpengpen thanks for raising the issue.
I fixed the issue. Could you get the latest changes? ov_utils.py is updated.

Also, you need to specify the input_json variable. At the beginning, where you specify the TFHUB URL, you need also specify like input_json = "ssd_v2_support.json" . See ObjDet-SupportedModelList.md

Please let me know if you face further issues..

input_json_highlight

Thanks @ravi9, I will try.
May I know when tf2_detection_zoo model will available for IR conversion.
Any reason it not support yet?

ravi9 commented

Many TF2 object detection models are supported. I haven't tested them yet.
I will find time to test them and update this repo.

@ravi9 Thanks for you support :)