open_model_zoo
open_model_zoo copied to clipboard
Is there at least one sample custom layer implementation?
After converting our custom layer to accommodate OpenVino API changes twice before, we're at it again, now upgrading from 2020.2 to 2021.4. Except now there seems to be zero complete samples on how to do it. Is there a full, working, compiling sample of custom layer anywhere?
Hi! There is no example in OMZ right now but probably this can help: https://github.com/dkurt/openvino_pytorch_layers/tree/master/user_ie_extensions . It started testing since 2020.2 so you can refer for necessary changes for 2021.4 upgrade.
I think https://github.com/dkurt/openvino_pytorch_layers/pull/6 is the most useful in your case.