Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 2.04 KB

File metadata and controls

68 lines (39 loc) · 2.04 KB

Multi-object detection by lightweight CNN on embedded system.

Project abstract:

  1. I mainly use those lightweight CNNs to detect hand pose on raspberry pi, but they can detect other objects easily too.
  2. Some lightweight CNNs In the table below are reference to github project and I improved them, and others are reference to some papers.
  3. 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