kingpeter2015 / libovmatting

A C++ library for Background Matting
MIT License
51 stars 8 forks source link

when i converter .onnx to .xml and .bin,instancenorm2d unsupport,have you solved it? please help me. #5

Open 1234269 opened 3 years ago

kingpeter2015 commented 3 years ago

@1234269 InstanceNorm2d is define in latest version of pytorch which openvino can not parse. So there are only two ways to solve the problem: 1 You can train your model with downgrading pytorch or other deep learning framework. 2 You can implement you own ‘instancenorm2d’ node with openvino extension in openvino.

Lastly, I regret to tell you that I have stop doing this lib(or cnn-related work) for a long time. Some details have been forgotten, and it's not easy to help you now. There are so many things to do that I have no time to maintain this project. Maybe I can help you someday when I share some free time.

1234269 commented 3 years ago

@kingpeter2015 thanks,i have done it.

ZachL1 commented 2 years ago

@kingpeter2015 thanks,i have done it.

@1234269 How did you solve it? please help me.

I have a lot of difficulties, please see here #6