elizamanelli / custom_net_on_movidius

Examples on how to run your custom net on movidius compute stick.
MIT License
9 stars 1 forks source link

Detectron2 model conversion with OpenVino #1

Open ero1311 opened 3 years ago

ero1311 commented 3 years ago

Hello, have you ever tried to convert a model from Detectron2 with OpenVino? Currently I am trying to convert faster-rcnn-resnet-50, would really appreciate if you share your experience.

elizamanelli commented 3 years ago

Hi, I haven't tried that and to be honest haven't worked with OpenVino for a while. Since Detectron2 seems to be based on pytorch it's most likely possible to export the model in onnx format and with that just use the workflow described.

cronz commented 3 years ago

Hello, have you ever tried to convert a model from Detectron2 with OpenVino? Currently I am trying to convert faster-rcnn-resnet-50, would really appreciate if you share your experience.

hello, have you made some progress now?

I have been struggling to train and convert to openvino from mxnet and pytorch framework, it seems very hard because there are several operator not implemented in openvino. Have you done some extensions for openvino model optimizer?