Skip to content

sujit-rai/Optimized-Yolo-using-separable-convolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project contains analysis of various techniques such as separable convolutions(MobileNet) and grouped convolutions (ShuffleNet) using concatenation and addition for skip connections

Instructions :

yolodws_concat.py contains the code for depthwise separable convolution with concatenation

yolodws_concat_predict.py contains the code for prediction

extras: yolodws_add.py contains the code for depthwise separable convolution with addition basicyolo.py contains the code of actual un optimized network shuffle.py contains the code for grouped convolutions using shuffle technique.

References :

https://github.com/experiencor/keras-yolo2/blob/master/Yolo%20Step-by-Step.ipynb

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages