Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== Plate ====== Installation SSD: Single Shot MultiBox Detector FROM : https://github.com/weiliu89/caffe/tree/ssd Prereq <code> sudo apt install libopencv-dev </code> <code> 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 </code> ===== Train ===== * https://github.com/chuanqi305/MobileNet-SSDSavePreviewCancel Edit summary projects/plate.1652194550.txt.gz Last modified: 2022/05/10 16:55by 216.244.66.228