Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Adding custom layer(absval) for openvino inference

Nandanan__Kiran
Beginner
436 Views

Hi,

 We are trying to convert our siamese network caffemodel to openvino format for inference. The absval layer is not supported by openvino. How do we go about adding it as custom layer for openvino inference?

0 Kudos
3 Replies
Roy_A_Intel
Employee
436 Views

Hi Kiran

Please take a look at this guide to learn how to implement custom layers in caffe  https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_customize_model_optimizer_Extending_Model_Optimizer_with_New_Primitives.html

0 Kudos
Shubha_R_Intel
Employee
436 Views

Dear Nandanan, Kiran,

And here is additional info. This forum post I wrote is a little dated but many customers have been successful with it. Just redirect the 2018 dldt github links to 2019.

https://software.intel.com/en-us/forums/computer-vision/topic/805980

Hope it helps,

Thanks

Shubha

0 Kudos
Nandanan__Kiran
Beginner
436 Views

Thanks Roy Allela and Shubha for the inputs. Will try it out and get back to you .

0 Kudos
Reply