This is an old revision of the document!
Plate
Installation SSD: Single Shot MultiBox Detector FROM : https://github.com/weiliu89/caffe/tree/ssd Prereq
sudo apt install libopencv-dev
git clone https://github.com/weiliu89/caffe.git cd caffe git checkout ssd # Modify Makefile.config according to your Caffe installation. cp Makefile.config.example Makefile.config make -j8 # Make sure to include $CAFFE_ROOT/python to your PYTHONPATH. make py make test -j8 # (Optional) make runtest -j8