-
Notifications
You must be signed in to change notification settings - Fork 442
Home
Eric Liu edited this page Jan 16, 2019
·
42 revisions
The purpose of this project was provide a platform which can change backbone easily. So I select the caffe framework and write down my training history here.
Enjoy it
- Install dependency
- Following below command
> git clone https://github.com/eric612/MobileNet-YOLO.git
> cd $MobileNet-YOLO_root/
> mkdir build`
> cd build
> cmake ..
> make -j4
> make pycaffe
> cd $caffe_root/
> sh demo_yolo_lite.sh
Download lmdb
Unzip into $caffe_root/
Please check the path exist
"$caffe_root\examples\VOC0712\VOC0712_trainval_lmdb"
"$caffe_root\examples\VOC0712\VOC0712_test_lmdb"
Download pre-trained weights, and save at $caffe_root\models\MobileNet
> cd $caffe_root/
> sh train_yolov3_lite.sh
Generate anchors to increase performance
An example python code to generate yolo prototxt
See issue #16
ncnn,tensortRT,jetson tx 2 , ... , my collection link
undefined reference to `TIFFReadRGBAStrip@LIBTIFF_4.0' and others