Alexey
35b9c3d0e7
Update Readme.md
2018-06-07 14:15:10 +03:00
Alexey
c8ad33ceba
Update Readme.md
2018-06-04 15:57:13 +03:00
Alexey
a7ddb20506
Update Readme.md
2018-06-04 14:23:13 +03:00
Alexey
d502dea9a4
Update Readme.md
2018-06-04 13:55:27 +03:00
Chih-Hsu Lin
af4cc09a38
Fix the path to voc.data
2018-06-01 00:07:04 -05:00
Alexey
6390a5a2ab
Update Readme.md
2018-05-23 19:11:10 +03:00
Alexey
94c84da850
Update Readme.md
2018-05-18 23:31:20 +03:00
Nadeen Udantha
ae9fb2abbd
ojbects -> objects
2018-05-18 14:19:19 +05:30
Alexey
71437a936d
Update Readme.md
2018-05-17 22:50:27 +03:00
Alexey
2c2ba0f8fa
Update Readme.md
2018-05-08 18:08:21 +03:00
AlexeyAB
fb56f6d569
Fixed README.md
2018-05-08 18:02:23 +03:00
Alexey
6b8fd6f33f
Update Readme.md
2018-05-07 02:18:06 +03:00
Alexey
5e3dcb6f34
Update Readme.md
2018-04-26 17:01:48 +03:00
AlexeyAB
5767893292
Fixed typo for calc_anchors
2018-04-20 01:59:04 +03:00
Alexey
140333977c
Update Readme.md
2018-04-17 03:06:46 +03:00
Alexey
17d242bd50
Update Readme.md
2018-04-16 14:01:08 +03:00
Alexey
5c1e8e3f48
Update Readme.md
2018-04-15 02:08:50 +03:00
Alexey
b9b0bf5131
Update Readme.md
2018-04-13 14:07:51 +03:00
Alexey
0c95d8dfac
Update Readme.md
2018-04-09 13:28:20 +03:00
Alexey
198b4287f7
Update Readme.md
2018-04-09 00:54:41 +03:00
Alexey
1b85111217
Update Readme.md
2018-04-03 02:09:02 +03:00
Alexey
c3c6703b8b
Update Readme.md
2018-04-02 14:16:51 +03:00
Alexey
91f7482138
Update Readme.md
2018-04-01 21:45:42 +03:00
Alexey
d9b744298e
Update Readme.md
2018-04-01 14:06:23 +03:00
Alexey
97378e08b5
Update Readme.md
2018-04-01 14:04:38 +03:00
Alexey
a0dc4d717a
Update Readme.md
2018-03-30 18:34:28 +03:00
Alexey
e47b3c6a5b
Update Readme.md
2018-03-30 01:51:02 +03:00
Alexey
f7997131c6
Update Readme.md
2018-03-30 01:42:22 +03:00
Alexey
946ef005e8
Update Readme.md
2018-03-29 01:52:41 +03:00
Alexey
d28f7e6681
Update Readme.md
2018-03-28 23:51:14 +03:00
Alexey
98365459b4
Update Readme.md
2018-03-28 23:40:18 +03:00
Alexey
47c7af1cea
Update Readme.md
2018-03-27 01:58:48 +03:00
Jud White
bcdf943ca7
reversed order
...
- oops.
2018-03-25 15:51:48 -05:00
Jud White
8b7121b34a
fix link to issue #500
...
#nnn alone doesn't work in readme/wiki markdown
2018-03-25 15:50:20 -05:00
Jud White
c6ecf1e042
README.md: add notes to How to compile on Windows
2018-03-25 15:41:48 -05:00
Alexey
3e5abe0680
Update Readme.md
2018-03-20 03:14:20 +03:00
Alexey
09fdb67d66
Update Readme.md
2018-03-05 01:43:56 +03:00
Alexey
1e84a2804e
Update Readme.md
2018-03-01 18:38:58 +03:00
Alexey
671735fb00
Update Readme.md
2018-03-01 18:36:14 +03:00
Alexey
17b22d7ce7
Update Readme.md
2018-03-01 03:10:32 +03:00
Alexey
e96a454ca1
Update Readme.md
2018-02-26 01:13:55 +03:00
Alexey
175e47317e
Update Readme.md
2018-02-24 02:35:38 +03:00
AlexeyAB
cd2bdec090
Updated to CUDA 9.1. And fixed no_gpu dependecies.
2018-02-23 15:05:31 +03:00
Alexey
4a7a076d09
Update Readme.md
2018-02-19 02:28:46 +03:00
Alexey
1106f5325b
Update Readme.md
2018-02-18 19:44:58 +03:00
Alexey
68ff1ad368
Update Readme.md - parameter for small objects
2018-02-08 01:13:08 +03:00
Alexey
64aa0180bb
Merge pull request #355 from PTS93/patch-1
...
Fix autosave interval
2018-02-03 15:42:16 +03:00
Alexey
f762e6adb5
Merge pull request #357 from rajendraarora16/new-changes-darknet
...
Fixes Readme.md for darknet_no_gpu.exe
2018-02-03 15:38:31 +03:00
stereomatchingkiss
192135106f
fix bug 368
2018-02-03 18:30:42 +08:00
Rajendra Arora
21a2c68da2
Fixes Readme.md for darknet_no_gpu
2018-01-29 18:27:34 +05:30
PTS93
07b39c5f57
Fix autosave interval
...
In the current code it simply saves every 100 iterations. I changed the readme to reflect that.
In detector.c atm:
´//if (i % 1000 == 0 || (i < 1000 && i % 100 == 0)) {
if (i % 100 == 0) {
...
´
2018-01-28 14:28:30 +01:00
Alexey
270a38ecad
Update Readme.md
2018-01-14 15:12:10 +03:00
Alexey
ee87f4b649
Update Readme.md
2017-12-19 16:58:29 +03:00
Alexey
75c39f5750
Update Readme.md
2017-12-07 20:49:47 +03:00
Alexey
d65cdf6042
Update Readme.md
2017-12-07 20:40:32 +03:00
Alexey
6896e7e5b1
Update Readme.md
2017-12-07 20:39:31 +03:00
Alexey
617cf313cc
Update Readme.md - fixed typo
2017-11-28 13:19:23 +03:00
Alexey
eeb81f2937
Update Readme.md
2017-11-26 20:47:37 +03:00
Alexey
c1904068af
Update Readme.md
2017-11-21 00:12:03 +03:00
Alexey
a4e1dc9078
Update Readme.md
2017-11-03 23:13:17 +03:00
Alexey
49d39922e6
Update Readme.md
2017-11-02 18:04:18 +03:00
Alexey
28d56b3d56
Update Readme.md
2017-10-31 14:07:43 +03:00
Alexey
4fc963681a
Update Readme.md - CircleCI badge
2017-10-19 03:05:04 +03:00
Marcin Kmiec
b4553cfeaa
Update README.md
...
Fix a path
2017-10-18 14:56:03 +02:00
Alexey
c38ec62419
Update Readme.md
2017-10-02 14:11:38 +03:00
Alexey
599f9a5b21
Update Readme.md
2017-09-14 22:30:04 +03:00
Alexey
0316685077
Update Readme.md
2017-08-26 21:53:07 +03:00
Alexey
dec4c10c97
Update Readme.md
2017-08-26 21:48:07 +03:00
Alexey
195ba5dee2
Update Readme.md
2017-08-23 22:04:30 +03:00
Alexey
e4323274f2
Update Readme.md
2017-08-10 12:54:53 +03:00
Alexey
08d6910521
Update Readme.md
2017-08-10 00:06:24 +03:00
Alexey
3b76ec2065
Update Readme.md
2017-08-09 13:33:46 +03:00
Alexey
31f5178c84
Update Readme.md
2017-08-05 14:36:51 +03:00
Alexey
de625aa4a7
Update Readme.md
2017-08-03 22:35:24 +03:00
Alexey
53b69a2142
Update Readme.md
2017-08-03 01:41:28 +03:00
Alexey
ab1c5f9e57
Update Readme.md
2017-08-03 01:05:51 +03:00
Alexey
e29ccc66b6
Update Readme - OpenCV 3.0 or 2.4.13
2017-08-03 01:03:01 +03:00
Alexey
eb45500f33
Update Readme.md - how to use Yolo9000
2017-07-28 00:36:11 +03:00
Alexey
f9b306bd12
Update Readme.md
2017-06-29 23:08:55 +03:00
Alexey
b585124e55
Update Readme.md
2017-05-21 14:07:13 +03:00
Alexey
d793fc2685
Update Readme.md
2017-05-12 00:22:25 +03:00
Alexey
d8bafc7284
Update Readme.md
2017-04-28 14:04:56 +03:00
Alexey
7667154f1e
Update Readme.md
2017-04-25 13:42:44 +03:00
Alexey
a87abe8de5
Update Readme.md
2017-04-24 01:52:45 +03:00
Alexey
cb65a8bcd4
Readme.md - fixed link to MSVS 2015 Community
2017-04-22 22:11:18 +03:00
Alexey
56ff0edf10
Update Readme.md
2017-04-21 13:45:31 +03:00
Alexey
85d1416ff0
Update Readme.md - test result VOC 2012
2017-04-16 17:39:49 +03:00
Alexey
adfafa6ab3
Update Readme.md - fix
2017-04-05 14:08:13 +03:00
Alexey
9493fa14c4
Update Readme.md - required cuDNN v5.1
2017-03-31 21:56:27 +03:00
Alexey
ed56fbbc90
Update Readme.md - DLLs API
2017-03-16 13:27:03 +03:00
Alexey
0f45668207
Update Readme.md - How to use Yolo as DLL
2017-03-16 00:03:11 +03:00
Alexey
ac2f54af5e
Update Readme.md
2017-03-14 12:38:06 +03:00
Alexey
7fd095bc40
Update Readme.md - How to improve object detection
2017-03-10 15:22:19 +03:00
Alexey
ae4ff8b634
Update Readme.md
2017-03-08 19:18:17 +03:00
Alexey
b3a3e92e8a
Update Readme.md
2017-03-01 15:43:16 +03:00
Alexey
a360f69409
Readme.md - When should I stop training
2017-03-01 15:29:50 +03:00
Alexey
76dbdae388
Update Readme.md
2017-02-15 00:28:16 +03:00
Alexey
1bf59debf1
Update Readme.md - PascalVOC data
2017-02-14 14:05:34 +03:00
Alexey
2fc5f6d46b
Update Readme.md
2017-02-03 23:40:10 +03:00
Alexey
0b4b2753bf
Update Readme.md
2017-01-31 13:29:55 +03:00
Alexey
34539d233a
Update Readme.md
2017-01-22 22:49:11 +03:00
Alexey
c5ac0ae9b3
Update Readme.md
2017-01-16 20:37:06 +03:00
Alexey
a213cd1531
Update Readme.md
2017-01-16 13:04:48 +03:00
Alexey
541fac19a9
Update Readme.md
2017-01-16 01:30:34 +03:00
Alexey
0c30a743bd
Update Readme.md - Custom object training
2017-01-11 18:14:49 +03:00
Alexey
b5938098d1
Update Readme.md - pragma-libs in How to compile
2017-01-02 15:33:31 +03:00
Alexey
0be9b45835
Update Readme.md - pragma-libs in How to compile
2017-01-02 15:30:24 +03:00
Alexey
329e47b5d6
Update Readme.md - Pareto frontier mAP-FPS
2016-12-31 16:02:06 +03:00
Alexey
842980399b
Update Readme.md
2016-12-18 00:56:59 +03:00
Alexey
45e03601d1
Update Readme.md - training for custom objects
2016-12-17 13:56:46 +03:00
Alexey
ed023897e0
How to train with multi-GPU
2016-12-13 21:13:18 +03:00
Alexey
94641733ce
Update Readme.md - How to train with multi-GPU
2016-12-13 21:10:19 +03:00
Alexey
b923019283
Update Readme.md - how to train on Pascal VOC
2016-12-13 16:23:16 +03:00
Alexey
cf29681a50
Update README.md: added example how to use web-cam
2016-12-10 13:15:47 +03:00
Alexey
2b65015d78
Readme.md - store result to: test_dnn_out.avi
2016-12-07 19:39:43 +03:00
Alexey
d82b68ada9
Fix README.md
2016-12-06 18:22:32 +03:00
Alexey
da358cf294
Update Readme.md - fixed cfg/weights-descriptions
2016-12-06 15:13:42 +03:00
Alexey
cb7cf615f7
Update Readme.md - updated command line examples
2016-12-06 14:58:53 +03:00
Alexey
090bbfa9e9
Fixed Readme.md
2016-12-02 20:08:03 +03:00
Alexey
11dbdd9a54
Update Readme.md
...
fix
2016-12-02 18:08:33 +03:00
Alexey
24c3f2304c
Update Readme.md
...
Requires, How to use, Hot to compile
2016-12-02 18:00:47 +03:00
Joseph Redmon
86e6cb6278
Update README.md
2015-08-05 16:56:24 -07:00
Joseph Redmon
ccde487525
Create README.md
2015-07-10 17:33:24 -07:00