Commit Graph

542 Commits

Author SHA1 Message Date
AlexeyAB 71a9929af6 Fixed x & y coords less than 0 2017-03-18 01:47:21 +03:00
AlexeyAB 351996d9f0 Fixed memory leak in DLL, added load_image() & free_image(), added read_names_from_file() 2017-03-16 21:49:36 +03:00
Alexey ed56fbbc90 Update Readme.md - DLLs API 2017-03-16 13:27:03 +03:00
AlexeyAB d09b987b0f Fix in bbox_t coords from (float) to (unsigned int) 2017-03-16 13:21:49 +03:00
AlexeyAB 39912d2240 Small fix 2017-03-16 00:23:47 +03:00
Alexey 0f45668207 Update Readme.md - How to use Yolo as DLL 2017-03-16 00:03:11 +03:00
AlexeyAB a6cbaeecde Added support DLL (dynamic link library) - yolo_cpp_dll.dll 2017-03-15 23:39:18 +03:00
AlexeyAB a71bdd7a83 Fixed training with rand_s() 2017-03-14 19:11:34 +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
AlexeyAB 47409529d0 Fixed path to opencv vc12 .lib-files 2017-03-10 01:58:06 +03:00
Alexey ae4ff8b634 Update Readme.md 2017-03-08 19:18:17 +03:00
AlexeyAB 4e9798d79a Allows to use C++ code 2017-03-07 15:44:06 +03:00
AlexeyAB 4422399e29 Fix multi-thread rand() 2017-03-07 15:16:18 +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
AlexeyAB 2a9a5229c8 Fixed break point 2017-03-01 00:53:53 +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
AlexeyAB 17737868ad Both paths for OpenCV, first to vc14 and second to vc12 2017-01-16 20:29:28 +03:00
Alexey a213cd1531 Update Readme.md 2017-01-16 13:04:48 +03:00
AlexeyAB d7a30ada7e Fixed behavior if missing library cudnn.lib 2017-01-16 12:51:42 +03:00
AlexeyAB e83d8e56d5 Fixed paths to OpenCV from vc12 to vc14 2017-01-16 01:31:55 +03:00
Alexey 541fac19a9 Update Readme.md 2017-01-16 01:30:34 +03:00
AlexeyAB 3b9afd4cd2 Fixed behavior if missing library cudnn.lib 2017-01-16 00:44:41 +03:00
Alexey 0c30a743bd Update Readme.md - Custom object training 2017-01-11 18:14:49 +03:00
AlexeyAB b831db5e58 fixed bug: rand() for batches of images 2017-01-10 19:49:38 +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
AlexeyAB a9c0a8b2b5 Minor fix for pragma-lib 2017-01-02 15:24:11 +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
AlexeyAB 6f8e2d40c4 Added: voc/voc_label.py 2016-12-13 16:17:14 +03:00
AlexeyAB 7125d015c2 backup dir 2016-12-13 16:02:10 +03:00
AlexeyAB a7af0709cc Added: train_voc.cmd 2016-12-13 15:55:55 +03:00
Alexey cf29681a50 Update README.md: added example how to use web-cam 2016-12-10 13:15:47 +03:00
AlexeyAB f479c25d62 Added example how to use web-cam: darknet/x64/darknet_web_cam_voc.cmd 2016-12-10 13:11:22 +03:00
AlexeyAB d6da9e3e35 Added no-GPU solution file: darknet/darknet_no_gpu.sln 2016-12-09 21:37:25 +03:00
AlexeyAB 596de7ce85 Added no-GPU project file: darknet/darknet_no_gpu.vcxproj 2016-12-09 17:53:40 +03:00
AlexeyAB 5f771673d7 Fixed darknet.vcxproj - can be compiled in Debug-mode. 2016-12-07 22:39:15 +03:00
Alexey 2b65015d78 Readme.md - store result to: test_dnn_out.avi 2016-12-07 19:39:43 +03:00
AlexeyAB f396403bb6 Merge branch 'master' of github.com:AlexeyAB/darknet 2016-12-07 19:37:49 +03:00