Skip to content

Commit 2118cd0

Browse files
committed
a
1 parent 4106a7c commit 2118cd0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can see [CNTK/FasterRCNN/train_img_file.txt](https://github.com/springkim/Fa
3737
0 |roiAndLabel <x1 y1 x2 y2 class>
3838
1 |roiAndLabel <x1 y1 x2 y2 class> <x1 y1 x2 y2 class>
3939
```
40-
First column is number of image~~(stupid format)~~, Second column must be `|roiAndLabel` ,Third column is coordinate of object. You can write multiple coordinate of object in same line.
40+
First column is number of image ~~(stupid format)~~ , Second column must be `|roiAndLabel` ,Third column is coordinate of object. You can write multiple coordinate of object in same line.
4141

4242
Finally, It looks like below.
4343
```
@@ -62,15 +62,14 @@ Run both **download_detect_exe.bat** and **download_pretrained_model.bat** in th
6262

6363
And open **FasterRCNN_SE_Detection_Example.sln** as [Visual Studio 2015](https://www.visualstudio.com/ko/downloads/?rr=https%3A%2F%2Fwww.google.co.kr%2F).~~(Maybe it works on VS2013 and VS2017 too)~~
6464

65-
We needs only 1 header file**(FasterRCNN_SE.h)** for detect. Of course your exe file needs **FasterRCNN_Detect_SE.exe** and requirement dlls(22 files).
65+
We needs only 1 header file (**FasterRCNN_SE.h**) for detect. Of course your exe file needs **FasterRCNN_Detect_SE.exe** and requirement dlls(22 files).
6666

6767
Model loading time is about 20~30s.
6868

6969
## Technical issue.
7070
The [CNTK](https://github.com/Microsoft/CNTK) is python wrapper. They support C++ interface. But it works only in CPU to detection.
7171

72-
[CPU version detection](https://github.com/springkim/FasterRCNN_SpringEdition/blob/master/dev/CNTK-
73-
eval-CPU-only.cpp)
72+
[CPU version detection](https://github.com/springkim/FasterRCNN_SpringEdition/blob/master/dev/CNTK-eval-CPU-only.cpp)
7473

7574
I have to run this code on C++ without Python dependencies.
7675

0 commit comments

Comments
 (0)