Commit Graph

621 Commits

Author SHA1 Message Date
5bc62b14e0 Memory leak fixed 2017-07-03 14:12:52 +03:00
5eb552fcfc Un-commented the line to saving output video file. 2017-06-30 19:01:32 +03:00
42d06a7485 Increased speed for high res video 4K (3840 x 2026) 30-40 FPS. 2017-06-30 19:00:36 +03:00
f9b306bd12 Update Readme.md 2017-06-29 23:08:55 +03:00
75a25c5e60 For the console-app that uses DLL changed: MT-Debug-DLL (/MDd) to MT-DLL (/MD) 2017-06-29 20:52:42 +03:00
b585124e55 Update Readme.md 2017-05-21 14:07:13 +03:00
d793fc2685 Update Readme.md 2017-05-12 00:22:25 +03:00
665fa11fd5 Added DLL for CPU (without GPU) - yolo_cpp_dll_no_gpu.sln 2017-05-10 14:32:40 +03:00
d8bafc7284 Update Readme.md 2017-04-28 14:04:56 +03:00
57b0fb14a6 Added old yolo-voc.2.0.cfg and yolo.2.0.cfg 2017-04-28 14:02:29 +03:00
da6258bd12 Merge pull request #72 from jasrk11/patch-1
Added support for custom data with png image files
2017-04-26 16:59:28 +03:00
c3b9e44538 Added support for custom data with png image files 2017-04-26 19:18:19 +05:30
7667154f1e Update Readme.md 2017-04-25 13:42:44 +03:00
97ed11ca15 Fixed valid param in .data-file for - valid recall 2017-04-25 13:28:48 +03:00
a87abe8de5 Update Readme.md 2017-04-24 01:52:45 +03:00
cb65a8bcd4 Readme.md - fixed link to MSVS 2015 Community 2017-04-22 22:11:18 +03:00
56ff0edf10 Update Readme.md 2017-04-21 13:45:31 +03:00
85d1416ff0 Update Readme.md - test result VOC 2012 2017-04-16 17:39:49 +03:00
4b79288a1a tmp2 2017-04-07 18:24:13 +03:00
113a8cd372 tmp1 2017-04-07 18:23:49 +03:00
8f3d2d0421 Fixed cfg-files 2017-04-07 18:21:07 +03:00
e5ab66d7a7 Updated cfg-files for new weights-files 2017-04-07 18:06:56 +03:00
9c63bd33ad Added dir: results 2017-04-07 17:12:09 +03:00
adfafa6ab3 Update Readme.md - fix 2017-04-05 14:08:13 +03:00
d360b6a42a Implementation of tracking-function moved to cpp-file 2017-04-03 15:27:50 +03:00
9493fa14c4 Update Readme.md - required cuDNN v5.1 2017-03-31 21:56:27 +03:00
3659d84f24 Added tracking: numerating the detected objects on video 2017-03-31 21:42:51 +03:00
2662cd51a3 Fixed sequence of freeing memory. 2017-03-28 13:57:27 +03:00
5e5987baf8 Fixed path to darknet_no_gpu.exe in darknet_no_gpu.vcxproj 2017-03-24 00:12:58 +03:00
71a9929af6 Fixed x & y coords less than 0 2017-03-18 01:47:21 +03:00
351996d9f0 Fixed memory leak in DLL, added load_image() & free_image(), added read_names_from_file() 2017-03-16 21:49:36 +03:00
ed56fbbc90 Update Readme.md - DLLs API 2017-03-16 13:27:03 +03:00
d09b987b0f Fix in bbox_t coords from (float) to (unsigned int) 2017-03-16 13:21:49 +03:00
39912d2240 Small fix 2017-03-16 00:23:47 +03:00
0f45668207 Update Readme.md - How to use Yolo as DLL 2017-03-16 00:03:11 +03:00
a6cbaeecde Added support DLL (dynamic link library) - yolo_cpp_dll.dll 2017-03-15 23:39:18 +03:00
a71bdd7a83 Fixed training with rand_s() 2017-03-14 19:11:34 +03:00
ac2f54af5e Update Readme.md 2017-03-14 12:38:06 +03:00
7fd095bc40 Update Readme.md - How to improve object detection 2017-03-10 15:22:19 +03:00
47409529d0 Fixed path to opencv vc12 .lib-files 2017-03-10 01:58:06 +03:00
ae4ff8b634 Update Readme.md 2017-03-08 19:18:17 +03:00
4e9798d79a Allows to use C++ code 2017-03-07 15:44:06 +03:00
4422399e29 Fix multi-thread rand() 2017-03-07 15:16:18 +03:00
b3a3e92e8a Update Readme.md 2017-03-01 15:43:16 +03:00
a360f69409 Readme.md - When should I stop training 2017-03-01 15:29:50 +03:00
2a9a5229c8 Fixed break point 2017-03-01 00:53:53 +03:00
76dbdae388 Update Readme.md 2017-02-15 00:28:16 +03:00
1bf59debf1 Update Readme.md - PascalVOC data 2017-02-14 14:05:34 +03:00
2fc5f6d46b Update Readme.md 2017-02-03 23:40:10 +03:00
0b4b2753bf Update Readme.md 2017-01-31 13:29:55 +03:00