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
@@ -30,14 +30,14 @@ This format follows the [Microsoft/CNTK](https://github.com/Microsoft/CNTK) form
30
30
1 <image-path> 0
31
31
2 <image-path> 0
32
32
```
33
-
First column is number of image. Second column is image path. Last column must be zero.
34
-
You can see [CNTK/FasterRCNN/train_img_file.txt](https://github.com/springkim/FasterRCNN_SpringEdition/blob/master/CNTK/FasterRCNN/train_img_file.txt)for understand.
33
+
First column is index of image. Second column is image path. Last column must be zero.
34
+
You can see [CNTK/FasterRCNN/train_img_file.txt](https://github.com/springkim/FasterRCNN_SpringEdition/blob/master/CNTK/FasterRCNN/train_img_file.txt)to understand.
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 index 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.
0 commit comments