Commit Graph

953 Commits

Author SHA1 Message Date
e47b3c6a5b Update Readme.md 2018-03-30 01:51:02 +03:00
f7997131c6 Update Readme.md 2018-03-30 01:42:22 +03:00
ee38c6e151 Added yolov3-voc.cfg 2018-03-30 01:38:01 +03:00
0039fd2678 Yolo v3 using SO/DLL library 2018-03-29 20:47:17 +03:00
d0039f6dfd Temporary fix 2018-03-29 02:49:40 +03:00
6d56c38e8b Merge branch 'master' of github.com:AlexeyAB/darknet 2018-03-29 02:39:28 +03:00
3fc3fd0f1f Fixed training, calculation mAP and anchors for Yolo v3 2018-03-29 02:38:35 +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
e9d287817e Minor fix 2018-03-28 23:42:22 +03:00
98365459b4 Update Readme.md 2018-03-28 23:40:18 +03:00
736eddc384 Compile fix 2018-03-28 23:35:33 +03:00
9f7d403a3c Added Yolo v2 bash files 2018-03-28 23:33:03 +03:00
5f38c0d8f5 Minor 2018-03-28 23:30:53 +03:00
b659d93a4a Changed cmd and sh files. Added new cfg files for old Yolo v2. 2018-03-28 23:23:37 +03:00
d014f7530f Fixed shifted boxes 2018-03-28 12:58:33 +03:00
991a240167 Fix 2018-03-28 03:36:05 +03:00
4bd0be410f One more try 2018-03-28 03:27:35 +03:00
42a945fc2e Another fix 2018-03-28 03:20:21 +03:00
196f223888 Compile fix 2018-03-28 03:09:28 +03:00
d9ae3dd681 Added Yolo v3 2018-03-28 02:59:03 +03:00
47c7af1cea Update Readme.md 2018-03-27 01:58:48 +03:00
2302dbed57 Merge pull request #505 from judwhite/patch-2
README.md: add notes to How to compile on Windows
2018-03-27 01:55:33 +03:00
11e6f4b081 Merge pull request #492 from sivagnanamn/master
Minor changes to keep MAC OS happy
2018-03-27 01:48:28 +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
8f1f5cbf83 3.5x times accelerated data augmentation using OpenCV for training Yolo on DGX and multi-GPU 2018-03-24 23:35:05 +03:00
013031ce3f Minor changes to keep MAC OSX happy 2018-03-21 13:54:44 +09:00
101de2b07a More stable web-cam 2018-03-21 00:40:01 +03:00
fe4f01b1d8 Fixed uses of WebCam for OpenCV 3.x 2018-03-20 22:10:46 +03:00
3e5abe0680 Update Readme.md 2018-03-20 03:14:20 +03:00
ced198e939 Fixed gpu_id for DLL/SO 2018-03-20 02:17:26 +03:00
537d135feb Improve training performance - batch-norm using cuDNN. 2018-03-20 02:16:51 +03:00
2f52cfeb07 Fixed compile error 2018-03-17 01:12:00 +03:00
e947bf29af C wrappers 2018-03-17 01:03:56 +03:00
164ba34279 Fixed bug, that save weights-file for each iteration 2018-03-16 14:58:21 +03:00
371f21171a shortcut_layer resize for random=1 2018-03-16 01:49:01 +03:00
df076653e0 Minor fix 2018-03-13 19:04:39 +03:00
15c89e7a71 Added include for sprintf 2018-03-12 14:11:53 +03:00
880cf187d8 Fixed multi-GPU training for Tensor Cores 2018-03-09 19:44:46 +03:00
a6c51e3b75 Fixes for small objects. And fixes of densenet201_yolo.cfg, resnet50_yolo.cfg, resnet152_yolo.cfg 2018-03-09 01:42:58 +03:00
100d6f7801 Remove 1 additional conv 3x3 kernel layer from resnet152_yolo.cfg and resnet50_yolo.cfg 2018-03-06 02:38:54 +03:00
ae1768e583 Removed random=1 from resnet152_yolo.cfg. Until resize_network() isn't supported for [shortcut] layer 2018-03-05 23:26:09 +03:00
e90afa6ec1 resnet152_yolo.cfg uses learning_rate, steps, scales, decay, momentum as in the RetinaNet 2018-03-05 23:07:33 +03:00
0c07837397 Added resnet152_yolo.cfg with focal_loss=1 and stopbackward=1 in the last shortcut layer. 2018-03-05 20:31:43 +03:00
5e448c00f3 Added Focal loss. Use focal_loss=1 in the [region] layer in your cfg-file.
alpha = 0.5, gamma = 2
2018-03-05 19:59:29 +03:00
f0bc634a74 Fixed saving video file 2018-03-05 13:25:27 +03:00
09fdb67d66 Update Readme.md 2018-03-05 01:43:56 +03:00
c123f320fc Show avg-loss chart during Training, if compiled with OpenCV. Use -dont_show to disable. 2018-03-04 23:41:23 +03:00