Error Start the IR creation and upload to S3.
lpengpen opened this issue · 6 comments
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".
@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..
Thanks @ravi9, I will try.
May I know when tf2_detection_zoo model will available for IR conversion.
Any reason it not support yet?
Many TF2 object detection models are supported. I haven't tested them yet.
I will find time to test them and update this repo.