Commit Graph

143 Commits

Author SHA1 Message Date
98365459b4 Update Readme.md 2018-03-28 23:40:18 +03:00
47c7af1cea Update Readme.md 2018-03-27 01:58:48 +03:00
bcdf943ca7 reversed order
- oops.
2018-03-25 15:51:48 -05:00
8b7121b34a fix link to issue #500
#nnn alone doesn't work in readme/wiki markdown
2018-03-25 15:50:20 -05:00
c6ecf1e042 README.md: add notes to How to compile on Windows 2018-03-25 15:41:48 -05:00
3e5abe0680 Update Readme.md 2018-03-20 03:14:20 +03:00
09fdb67d66 Update Readme.md 2018-03-05 01:43:56 +03:00
1e84a2804e Update Readme.md 2018-03-01 18:38:58 +03:00
671735fb00 Update Readme.md 2018-03-01 18:36:14 +03:00
17b22d7ce7 Update Readme.md 2018-03-01 03:10:32 +03:00
e96a454ca1 Update Readme.md 2018-02-26 01:13:55 +03:00
175e47317e Update Readme.md 2018-02-24 02:35:38 +03:00
cd2bdec090 Updated to CUDA 9.1. And fixed no_gpu dependecies. 2018-02-23 15:05:31 +03:00
4a7a076d09 Update Readme.md 2018-02-19 02:28:46 +03:00
1106f5325b Update Readme.md 2018-02-18 19:44:58 +03:00
68ff1ad368 Update Readme.md - parameter for small objects 2018-02-08 01:13:08 +03:00
64aa0180bb Merge pull request #355 from PTS93/patch-1
Fix autosave interval
2018-02-03 15:42:16 +03:00
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
192135106f fix bug 368 2018-02-03 18:30:42 +08:00
21a2c68da2 Fixes Readme.md for darknet_no_gpu 2018-01-29 18:27:34 +05:30
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
270a38ecad Update Readme.md 2018-01-14 15:12:10 +03:00
ee87f4b649 Update Readme.md 2017-12-19 16:58:29 +03:00
75c39f5750 Update Readme.md 2017-12-07 20:49:47 +03:00
d65cdf6042 Update Readme.md 2017-12-07 20:40:32 +03:00
6896e7e5b1 Update Readme.md 2017-12-07 20:39:31 +03:00
617cf313cc Update Readme.md - fixed typo 2017-11-28 13:19:23 +03:00
eeb81f2937 Update Readme.md 2017-11-26 20:47:37 +03:00
c1904068af Update Readme.md 2017-11-21 00:12:03 +03:00
a4e1dc9078 Update Readme.md 2017-11-03 23:13:17 +03:00
49d39922e6 Update Readme.md 2017-11-02 18:04:18 +03:00
28d56b3d56 Update Readme.md 2017-10-31 14:07:43 +03:00
4fc963681a Update Readme.md - CircleCI badge 2017-10-19 03:05:04 +03:00
b4553cfeaa Update README.md
Fix a path
2017-10-18 14:56:03 +02:00
c38ec62419 Update Readme.md 2017-10-02 14:11:38 +03:00
599f9a5b21 Update Readme.md 2017-09-14 22:30:04 +03:00
0316685077 Update Readme.md 2017-08-26 21:53:07 +03:00
dec4c10c97 Update Readme.md 2017-08-26 21:48:07 +03:00
195ba5dee2 Update Readme.md 2017-08-23 22:04:30 +03:00
e4323274f2 Update Readme.md 2017-08-10 12:54:53 +03:00
08d6910521 Update Readme.md 2017-08-10 00:06:24 +03:00
3b76ec2065 Update Readme.md 2017-08-09 13:33:46 +03:00
31f5178c84 Update Readme.md 2017-08-05 14:36:51 +03:00
de625aa4a7 Update Readme.md 2017-08-03 22:35:24 +03:00
53b69a2142 Update Readme.md 2017-08-03 01:41:28 +03:00
ab1c5f9e57 Update Readme.md 2017-08-03 01:05:51 +03:00
e29ccc66b6 Update Readme - OpenCV 3.0 or 2.4.13 2017-08-03 01:03:01 +03:00
eb45500f33 Update Readme.md - how to use Yolo9000 2017-07-28 00:36:11 +03:00
f9b306bd12 Update Readme.md 2017-06-29 23:08:55 +03:00
b585124e55 Update Readme.md 2017-05-21 14:07:13 +03:00