xtanitfy / tf_ssd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. convert vggnet:

1.1 $cd src/utils && mkdir caffe_model

1.2 put the VGG_ILSVRC_16_layers_fc_reduced.caffemodel and VGG_ILSVRC_16_layers_fc_reduced_deploy.prototxt into caffemodel then run:
  $./ssdVgg2pkl.sh
  [vggnet download] (https://download.csdn.net/download/fireworkpark/10104507)

2.convert dataset:

2.1 $cd data/VKITTI 

2.2 Specify the path of the voc in voc2kitti.py then run:
  $pyhton voc2kitti.py

3.start train:

3.1 ./scripts/train_ssd.sh

4.start eval:

4.1 cd data/VKITTI && python create_test.py 
4.2 ./scripts/eval_ssd.sh
4.3 ./scripts/res_eval.sh (need spicify the train_model)

5.will do:

5.1 Improve accuracy

6.Reference:

6.1 ![caffe-ssd](https://github.com/weiliu89/caffe/tree/ssd)
6.2 ![squeezeDet](https://github.com/BichenWuUCB/squeezeDet)
    .

About


Languages

Language:Python 81.9%Language:C++ 11.1%Language:C 6.4%Language:Shell 0.5%Language:Makefile 0.1%