skip to content
Galileo Labs
User Tools
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Add to book
Export to Markdown
Export to PDF
ODT export
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
You are here:
start
»
projects
»
plate
projects:plate
**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-SSD
Save
Preview
Cancel
Edit summary
projects/plate.1652194550.txt.gz
· Last modified:
2022/05/10 16:55
by
216.244.66.228
Page Tools
Show page
Old revisions
Backlinks
Add to book
Export to Markdown
Export to PDF
ODT export
Back to top