LFFD-OpenVINO icon indicating copy to clipboard operation
LFFD-OpenVINO copied to clipboard

Conversion Error

Open amromidhat opened this issue 5 years ago • 1 comments

Dear SyGoing, I have been trying to convert lffd models to openvino, I have edited the symbol .json as stated but I keep facing this error :

[ ERROR ] Input model name /home/avidbeam/amrm_workspace/lffd_openvino/v4_openvino/train_30_320_20L_4scales_v1_iter_500000.params is not in an expected format, cannot extract iteration number.

here is my conversion command: python3 mo_mxnet.py --input_symbol ./v4_openvino_deploy.json --input_model ./v4_iter_320000.params

Do you have any hints for a successful conversion? Thanks in advance

amromidhat avatar Mar 26 '20 14:03 amromidhat

Hi , Maybe you could try to convert the mxnet model to onnx form firstly, then convert onnx to openvino. I have checked it and it works well.

SyGoing avatar Mar 27 '20 02:03 SyGoing