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.
6403 Discussions

Can I use group convolution on Tiny Yolo v2 network or are there some constraints?

AAhma26
Beginner
726 Views

I have implemented Tiny YOLO network v2 on tensorflow and wanted to optimize for Movidius 2.10. I have thought of proceeding with Depth wise Separable convolution or with Group Convolution to reduce parameters and weights.

How far Movidius supports the above operations?

Thanks

0 Kudos
1 Reply
Sahira_Intel
Moderator
420 Views

Hi AAhma26,

Depth Convolution and Group Convolution are supported by the NCSDK (see NCSDK2 release notes here)

Furthermore, depth wise separable convolution should be supported on the NCSDK2 since the Mobile Net SSD framework uses depth wise separable convolution. So you should be able to implement it in your Tiny YOLO network.

I hope this information is helpful.

 

Best Regards,

Sahira

0 Kudos
Reply