- I mainly use those lightweight CNNs to detect hand pose on raspberry pi, but they can detect other objects easily too.
- Some lightweight CNNs In the table below are reference to github project and I improved them, and others are reference to some papers.
- I have created some scripts to generate voc formate dataset for caffe, it help me to extend dataset fast.
Lightweight CNNs | note | Supported System |
---|---|---|
MobileNet-SSD | Improved | Ubuntu and Raspbian |
MobileNetV2-SSD | Haven't improved yet | Ubuntu |
SqueezeNet-SSD | Significant improved | Ubuntu and Raspbian |
ShuffleNet-SSD | Improved | Ubuntu with cuda |
Tiny-SSD | Poor performance | Ubuntu and Raspbian |
-
Platform:
- Training: Ubuntu
- Application: Raspbian
-
CNN Framwork: Caffe
-
Dependencies: Opencv
-
Reference CNN:
- SSD:
- MobileNet:
- MobileNetV2:
- SqueezeNet:
- ShuffleNet:
-
Reference github: