748 Commits (89c11f83ed49c58c3031200d8ed053b4f671db09)
 

Author SHA1 Message Date
AlexeyAB 6d56c38e8b Merge branch 'master' of github.com:AlexeyAB/darknet 7 years ago
AlexeyAB 3fc3fd0f1f Fixed training, calculation mAP and anchors for Yolo v3 7 years ago
Alexey 946ef005e8
Update Readme.md 7 years ago
Alexey d28f7e6681
Update Readme.md 7 years ago
AlexeyAB e9d287817e Minor fix 7 years ago
Alexey 98365459b4
Update Readme.md 7 years ago
AlexeyAB 736eddc384 Compile fix 7 years ago
AlexeyAB 9f7d403a3c Added Yolo v2 bash files 7 years ago
AlexeyAB 5f38c0d8f5 Minor 7 years ago
AlexeyAB b659d93a4a Changed cmd and sh files. Added new cfg files for old Yolo v2. 7 years ago
AlexeyAB d014f7530f Fixed shifted boxes 7 years ago
AlexeyAB 991a240167 Fix 7 years ago
AlexeyAB 4bd0be410f One more try 7 years ago
AlexeyAB 42a945fc2e Another fix 7 years ago
AlexeyAB 196f223888 Compile fix 7 years ago
AlexeyAB d9ae3dd681 Added Yolo v3 7 years ago
Alexey 47c7af1cea
Update Readme.md 7 years ago
Alexey 2302dbed57
Merge pull request #505 from judwhite/patch-2 7 years ago
Alexey 11e6f4b081
Merge pull request #492 from sivagnanamn/master 7 years ago
Jud White bcdf943ca7
reversed order 7 years ago
Jud White 8b7121b34a
fix link to issue #500 7 years ago
Jud White c6ecf1e042
README.md: add notes to How to compile on Windows 7 years ago
AlexeyAB 8f1f5cbf83 3.5x times accelerated data augmentation using OpenCV for training Yolo on DGX and multi-GPU 7 years ago
sivagnanamn 013031ce3f Minor changes to keep MAC OSX happy 7 years ago
AlexeyAB 101de2b07a More stable web-cam 7 years ago
AlexeyAB fe4f01b1d8 Fixed uses of WebCam for OpenCV 3.x 7 years ago
Alexey 3e5abe0680
Update Readme.md 7 years ago
AlexeyAB ced198e939 Fixed gpu_id for DLL/SO 7 years ago
AlexeyAB 537d135feb Improve training performance - batch-norm using cuDNN. 7 years ago
AlexeyAB 2f52cfeb07 Fixed compile error 7 years ago
AlexeyAB e947bf29af C wrappers 7 years ago
AlexeyAB 164ba34279 Fixed bug, that save weights-file for each iteration 7 years ago
AlexeyAB 371f21171a shortcut_layer resize for random=1 7 years ago
AlexeyAB df076653e0 Minor fix 7 years ago
AlexeyAB 15c89e7a71 Added include for sprintf 7 years ago
AlexeyAB 880cf187d8 Fixed multi-GPU training for Tensor Cores 7 years ago
AlexeyAB a6c51e3b75 Fixes for small objects. And fixes of densenet201_yolo.cfg, resnet50_yolo.cfg, resnet152_yolo.cfg 7 years ago
AlexeyAB 100d6f7801 Remove 1 additional conv 3x3 kernel layer from resnet152_yolo.cfg and resnet50_yolo.cfg 7 years ago
AlexeyAB ae1768e583 Removed random=1 from resnet152_yolo.cfg. Until resize_network() isn't supported for [shortcut] layer 7 years ago
AlexeyAB e90afa6ec1 resnet152_yolo.cfg uses learning_rate, steps, scales, decay, momentum as in the RetinaNet 7 years ago
AlexeyAB 0c07837397 Added resnet152_yolo.cfg with focal_loss=1 and stopbackward=1 in the last shortcut layer. 7 years ago
AlexeyAB 5e448c00f3 Added Focal loss. Use focal_loss=1 in the [region] layer in your cfg-file. 7 years ago
AlexeyAB f0bc634a74 Fixed saving video file 7 years ago
Alexey 09fdb67d66
Update Readme.md 7 years ago
AlexeyAB c123f320fc Show avg-loss chart during Training, if compiled with OpenCV. Use -dont_show to disable. 7 years ago
AlexeyAB 48586c8d4d Compile fix 7 years ago
AlexeyAB 74f98da211 Show IoU, save anchors to file.Show anchors in the window if used -show 7 years ago
AlexeyAB f39160f6e8 Added: calc_anchors 7 years ago
AlexeyAB fe44d3d0f2 Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file. 7 years ago
AlexeyAB e16c901163 minor fix 7 years ago