Skip to content

Commit

Permalink
Add dependency installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
eric612 committed Sep 15, 2018
1 parent d560b93 commit ab6746c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Pelee-YOLOv3|0.703|416|4.25G|3.85M|

### CMake Build

[Caffe page](http://caffe.berkeleyvision.org/installation.html#compilation)
[Caffe page](http://caffe.berkeleyvision.org/installation.html#compilation) , [dependency](https://docs.google.com/document/d/1n-WVIOrqadoIiRD-PW7RGb5LKOKP0y0Pms7svbZ3Zqw/edit?usp=sharing)

```
> git clone https://github.com/eric612/MobileNet-YOLO.git
Expand Down
2 changes: 1 addition & 1 deletion demo_yolo_lite.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./examples/ssd/ssd_detect models/yolov3/mobilenet_yolov3_lite_deploy.prototxt models/yolov3/mobilenet_yolov3_lite_deploy.caffemodel -file_type image -wait_time 3000 -mean_value 0.5,0.5,0.5 -normalize_value 0.007843 -confidence_threshold 0.3
./build/examples/ssd/ssd_detect models/yolov3/mobilenet_yolov3_lite_deploy.prototxt models/yolov3/mobilenet_yolov3_lite_deploy.caffemodel -file_type image -wait_time 3000 -mean_value 0.5,0.5,0.5 -normalize_value 0.007843 -confidence_threshold 0.3

0 comments on commit ab6746c

Please sign in to comment.