mirror of https://github.com/AlexeyAB/darknet.git
fix bug 368
This commit is contained in:
parent
993e3a38aa
commit
192135106f
|
@ -90,6 +90,7 @@ On Linux use `./darknet` instead of `darknet.exe`, like this:`./darknet detector
|
|||
* 194 MB VOC-model - WebCamera #0: `darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights -c 0`
|
||||
* 186 MB Yolo9000 - image: `darknet.exe detector test cfg/combine9k.data yolo9000.cfg yolo9000.weights`
|
||||
* 186 MB Yolo9000 - video: `darknet.exe detector demo cfg/combine9k.data yolo9000.cfg yolo9000.weights test.mp4`
|
||||
* Remeber to put data/9k.tree and data/coco9k.map under the same folder of your app if you use the cpp api to build an app
|
||||
* To process a list of images `image_list.txt` and save results of detection to `result.txt` use:
|
||||
`darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights < image_list.txt > result.txt`
|
||||
You can comment this line so that each image does not require pressing the button ESC: https://github.com/AlexeyAB/darknet/blob/6ccb41808caf753feea58ca9df79d6367dedc434/src/detector.c#L509
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,80 @@
|
|||
5177
|
||||
3768
|
||||
3802
|
||||
3800
|
||||
4107
|
||||
4072
|
||||
4071
|
||||
3797
|
||||
4097
|
||||
2645
|
||||
5150
|
||||
2644
|
||||
3257
|
||||
2523
|
||||
6527
|
||||
6866
|
||||
6912
|
||||
7342
|
||||
7255
|
||||
7271
|
||||
7217
|
||||
6858
|
||||
7343
|
||||
7233
|
||||
3704
|
||||
4374
|
||||
3641
|
||||
5001
|
||||
3899
|
||||
2999
|
||||
2631
|
||||
5141
|
||||
2015
|
||||
1133
|
||||
1935
|
||||
1930
|
||||
5144
|
||||
5143
|
||||
2371
|
||||
3916
|
||||
3745
|
||||
3640
|
||||
4749
|
||||
4736
|
||||
4735
|
||||
3678
|
||||
58
|
||||
42
|
||||
771
|
||||
81
|
||||
152
|
||||
141
|
||||
786
|
||||
700
|
||||
218
|
||||
791
|
||||
2518
|
||||
2521
|
||||
3637
|
||||
2458
|
||||
2505
|
||||
2519
|
||||
3499
|
||||
2837
|
||||
3503
|
||||
2597
|
||||
3430
|
||||
2080
|
||||
5103
|
||||
5111
|
||||
5102
|
||||
3013
|
||||
5096
|
||||
1102
|
||||
3218
|
||||
4010
|
||||
2266
|
||||
1127
|
||||
5122
|
||||
2360
|
Loading…
Reference in New Issue