You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
## Setup for train
11
11
#### 1. Download model and files.
12
12
There is a **download_model.bat** in [CNTK/FasterRCNN/](https://github.com/springkim/FasterRCNN_SpringEdition/tree/master/CNTK/FasterRCNN).
13
-
This file can download **VGG16_ImageNet_Caffe.model** . because our **FasterRCNN** use **VGG16** instead of **Alexnet**.
13
+
This file can download **VGG16_ImageNet_Caffe.model** .
14
14
15
15
And move to [CNTK/FasterRCNN/bin](https://github.com/springkim/FasterRCNN_SpringEdition/tree/master/CNTK/FasterRCNN/bin) and run **download_runfile.bat**.
16
16
This file download **FasterRCNN_Train_SE.exe** and dependency dlls.
@@ -48,6 +48,7 @@ Finally, It looks like below.
48
48
│ └ <images that wrote in train_img_file.txt>
49
49
├ train_img_file.txt
50
50
├ train_roi_file.txt
51
+
├ VGG16_ImageNet_Caffe.model
51
52
└ train.bat
52
53
```
53
54
Now you can run **train.bat** for trainning.
@@ -65,7 +66,7 @@ And open **FasterRCNN_SE_Detection_Example.sln** as [Visual Studio 2015](https:/
65
66
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).
66
67
67
68
Model loading time is about 20~30s.
68
-
Detectio time is about 0.15s.
69
+
Detection time is about 0.15s.
69
70
###### Result
70
71
```
71
72
Selected GPU[0] GeForce GTX 1080 as the process wide default device.
0 commit comments