projects:plate

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
  • projects/plate.1652194550.txt.gz
  • Last modified: 2022/05/10 16:55
  • by 216.244.66.228
  • Currently locked by: 172.16.20.96,172.16.8.75