This repository aimed at multi-objects detection by peleeNet based SSD.
Usage:
- git clone the repository.
- mkdir build && cd build
- cmake ..
- make -j8
- make pycaffe
- convert VOC dataset to lmdb by these scripts(creat_list.sh and create_data.sh)
- modify train.prototex, test.prototxt, solver.prototxt and train_pelee_ssd_dc.sh by your own work.
- above all finish, run"./train_pelee_ssd_dc.sh" start training!
Reference: https://github.com/eric612/MobileNet-YOLO