Skip to content

Commit b6582bd

Browse files
committed
modify readme
1 parent 778eedd commit b6582bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
the project is according to the http://blog.csdn.net/zxj942405301/article/details/72775463
66

7-
the c++ faster-rcnn with matlab model see:https://github.com/zhanglaplace/faster-rcnn-cplusplus2
7+
the c++ faster-rcnn with matlab model see:https://github.com/zhanglaplace/Faster_rcnn_Cplusplus_vs2013
88
# Platform
99

1010
## Windows
@@ -26,9 +26,9 @@ Of course ,you shoule put your model and protoxt file in models directory
2626
You should build caffe with RoiPooling layer and rpn_layer
2727

2828
- rpn_layer
29-
-add rpn_layer.cpp to $Caffe/src/caffe/layers/
29+
- add rpn_layer.cpp to $Caffe/src/caffe/layers/
3030

31-
-add rpn_layer.hpp to $Caffe/include/caffe/layers/
31+
- add rpn_layer.hpp to $Caffe/include/caffe/layers/
3232

3333
- caffe.proto
3434
```cpp

0 commit comments

Comments
 (0)