openvinotoolkit / openvino

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
https://docs.openvino.ai
Apache License 2.0
7.36k stars 2.3k forks source link

Convert pre-trained IR models to ONNX. #4924

Closed sradmard closed 3 years ago

sradmard commented 3 years ago

Hi, I need to get some pre-trained models, specifically any of preson-reidentification-retail models in their original or ONNX format to be able to compare them against some other models in a different platform. I can see that openvino does not support backward conversion from IR models to original models, but is there a way to convert these IR models into ONNX? Or is there a repository where I can access the original or ONNX pre-trained person-reidentification-retail models? (it appears that the original models where available at some point from here for example, but not anymore) I would really appreciate that.

Iffa-Intel commented 3 years ago

We don't have the repo for all of the pre-trained model in its native form but lucky for you, the person-reidentification-retail is available in pytorch form here

Iffa-Intel commented 3 years ago

Closing issue, feel free to re-open or start a new issue if additional assistance is needed.