open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

A path error occurred during accuracy checking in Open Model Zoo

Open Zhangxianwen2021 opened this issue 2 years ago • 2 comments

I'm glad you can see my problems and give me some advice. I plan to make a contribution on OMZ. I have downloaded my model in Openvino docker and converted it into IR file. I have successfully completed the annotation convert of the dataset as shown in the figure below, and generated two files, voc_segmentation.json and voc_segmentation.pickle. 图片

The next step is the accuracy_checker. The specific execution code is shown in Figure. At this point, an accuracy_checker error occurs. The path of converted annotation is “/opt/ Intel /openvino_2020.4.287/deployment_tools/open_model_zoo/tools/accuracy_checker/voc_convter/”. 图片

I really look forward to your valuable advice to solve this problem.

Zhangxianwen2021 avatar Jul 27 '22 05:07 Zhangxianwen2021

@Zhangxianwen2021 please provide configuration file which you use for your model. Probably you forgot define name of converted annotation file in config or do not provide path to dataset definitions, where this info stored.

BTW, is it your requirement to use such old openvino?

eaidova avatar Jul 27 '22 13:07 eaidova

@Zhangxianwen2021 as I can judge on PR with adding erfnet to OMZ, you solved your problem, can we close this issue? Thanks

eaidova avatar Aug 12 '22 04:08 eaidova