Commit Graph

121 Commits

Author SHA1 Message Date
c8ad33ceba Update Readme.md 2018-06-04 15:57:13 +03:00
a7ddb20506 Update Readme.md 2018-06-04 14:23:13 +03:00
d502dea9a4 Update Readme.md 2018-06-04 13:55:27 +03:00
6390a5a2ab Update Readme.md 2018-05-23 19:11:10 +03:00
94c84da850 Update Readme.md 2018-05-18 23:31:20 +03:00
ae9fb2abbd ojbects -> objects 2018-05-18 14:19:19 +05:30
71437a936d Update Readme.md 2018-05-17 22:50:27 +03:00
2c2ba0f8fa Update Readme.md 2018-05-08 18:08:21 +03:00
fb56f6d569 Fixed README.md 2018-05-08 18:02:23 +03:00
6b8fd6f33f Update Readme.md 2018-05-07 02:18:06 +03:00
5e3dcb6f34 Update Readme.md 2018-04-26 17:01:48 +03:00
5767893292 Fixed typo for calc_anchors 2018-04-20 01:59:04 +03:00
140333977c Update Readme.md 2018-04-17 03:06:46 +03:00
17d242bd50 Update Readme.md 2018-04-16 14:01:08 +03:00
5c1e8e3f48 Update Readme.md 2018-04-15 02:08:50 +03:00
b9b0bf5131 Update Readme.md 2018-04-13 14:07:51 +03:00
0c95d8dfac Update Readme.md 2018-04-09 13:28:20 +03:00
198b4287f7 Update Readme.md 2018-04-09 00:54:41 +03:00
1b85111217 Update Readme.md 2018-04-03 02:09:02 +03:00
c3c6703b8b Update Readme.md 2018-04-02 14:16:51 +03:00
91f7482138 Update Readme.md 2018-04-01 21:45:42 +03:00
d9b744298e Update Readme.md 2018-04-01 14:06:23 +03:00
97378e08b5 Update Readme.md 2018-04-01 14:04:38 +03:00
a0dc4d717a Update Readme.md 2018-03-30 18:34:28 +03:00
e47b3c6a5b Update Readme.md 2018-03-30 01:51:02 +03:00
f7997131c6 Update Readme.md 2018-03-30 01:42:22 +03:00
946ef005e8 Update Readme.md 2018-03-29 01:52:41 +03:00
d28f7e6681 Update Readme.md 2018-03-28 23:51:14 +03:00
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