caffe-ssd

git clone https://github.com/weiliu89/caffe.git
cd caffe
git checkout ssd

./data/VOC0712/create_list.sh
./data/VOC0712/create_data.sh

python examples/ssd/ssd_pascal.py

python examples/ssd/score_ssd_pascal.py
python examples/ssd/ssd_pascal_video.py
python examples/ssd/ssd_pascal_webcam.py

你可能感兴趣的:(caffe-ssd)