Commit Graph

2268 Commits

Author SHA1 Message Date
AlexeyAB e7d029c119 Merge branch 'master' of https://github.com/AlexeyAB/darknet 2020-12-15 01:34:25 +03:00
AlexeyAB 360206f04f Fixed equidistant point threshold 2020-12-15 01:34:12 +03:00
Alexey 972b25c5c8
Update README.md 2020-12-14 18:19:49 +03:00
AlexeyAB a488131a11 Fix scale_xy for CPU 2020-12-13 05:02:24 +03:00
AlexeyAB b25c2c6cbd Final training fix 2020-12-12 05:52:58 +03:00
AlexeyAB 2da4f0de84 Reverted some changes in yolo_layer.c to fix a bug 2020-12-12 04:37:31 +03:00
AlexeyAB 1eda55d791 Fixed EMA. Fixed display of GIoU / IoU loss. 2020-12-11 21:53:34 +03:00
AlexeyAB 6be487b51f Fixed cspx-p7-mish.cfg 2020-12-11 05:56:07 +03:00
AlexeyAB b5ff7f4cd3 Save weights for each 1000 iterations if max_batches < 10000 2020-12-10 23:13:26 +03:00
Alexey 1b936ab9ad
Update README.md 2020-12-10 22:56:54 +03:00
AlexeyAB a72bb059d8 Show GIoU/IoU loss instead of RMSE by default 2020-12-10 22:12:45 +03:00
Alexey 4ee3be7e68
Update README.md 2020-12-07 17:27:02 +03:00
Alexey 66dfa5bba4
Update README.md 2020-12-07 17:22:17 +03:00
AlexeyAB ef279575c5 Fixed yolov4-csp.cfg, yolov4x-mish.cfg 2020-12-07 02:10:09 +03:00
AlexeyAB c47b24a81d Fixed new_coords=1, yolov4-csp.cfg, yolov4x-mish.cfg 2020-12-07 00:08:30 +03:00
AlexeyAB 4709f6156c Use default gradient for new_coords=1 2020-12-04 21:01:24 +03:00
AlexeyAB 8d6e56e7b4 Fixed new_coords=1 training 2020-12-04 03:06:08 +03:00
AlexeyAB 312fd2e99a Fix letter_box for yolov4x-mish/csp.cfg: letter_box = net.letter_box; And force for Detection: if (net.letter_box) letter_box = 1; 2020-12-03 02:33:53 +03:00
AlexeyAB 560fda3494 [net] weights_reject_freq=1001 2020-12-02 14:42:05 +03:00
AlexeyAB 6d5addd176 Fixed new_coords=1 scale_x_y = 2.0 for yolov4x-mish.cfg and yolov4-csp.cfg 2020-12-01 17:28:28 +03:00
AlexeyAB eb208de417 Commented in the Makefile: -gencode arch=compute_86,code=[sm_86,compute_86] 2020-12-01 16:45:28 +03:00
AlexeyAB e87042a49a Fixed Makefile and CMakeLists.txt for RTX 3090 2020-12-01 05:14:02 +03:00
AlexeyAB 80e1da22ee Added [net] ema_alpha=0.998 2020-11-29 21:30:41 +03:00
AlexeyAB 332ec6496e [net] equidistant_point=200000 num_sigmas_reject_badlabels=3 badlabels_rejection_percentage=0.1 2020-11-28 17:35:54 +03:00
AlexeyAB bf5084934f Added yolov4-csp.cfg 2020-11-28 02:57:12 +03:00
AlexeyAB 181967937d Minor fix 2020-11-24 14:24:35 +03:00
AlexeyAB 333cc14a06 [net] equidistant_point=1 instead of LR-scheduler 2020-11-24 01:41:00 +03:00
AlexeyAB f056fc3b6a Speedup [yolo] layer 2020-11-23 23:32:55 +03:00
AlexeyAB d2703b0ecf optimized_memory=1, learning_rate=0.001, max_delta=20, 5, 2 for yolov4x-mish.cfg 2020-11-23 19:55:26 +03:00
AlexeyAB be906dfa0e Minor fix 2020-11-21 05:51:31 +03:00
AlexeyAB d18e22ae1b fix new_coords for CPU 2020-11-20 21:14:31 +03:00
AlexeyAB d82cf7e684 max_delta=20 for yolov4x-mish.cfg 2020-11-20 18:45:30 +03:00
AlexeyAB 9db8609e7a Added cspx-p7-mish.cfg 2020-11-20 04:25:41 +03:00
AlexeyAB 5c046bea96 minor fix 2020-11-18 04:06:28 +03:00
AlexeyAB 17cf4bfbfc added yolov4x-mish.cfg 2020-11-16 20:36:02 +03:00
AlexeyAB 8c9c517189 [yolo] new_coords=1 2020-11-16 16:29:06 +03:00
AlexeyAB c7e3e2ee9e Fix nms for valid, coco 2014 -> 2017 2020-11-16 15:17:18 +03:00
Alexey b51cf902ee
Merge pull request #6943 from MarvinKlemp/master
Added a hint for installation with CUDA version >= 11
2020-11-15 23:21:12 +03:00
Alexey 46a168bfae
Merge pull request #6944 from Sialitech/classifier
Restore classifier function to python API
2020-11-15 23:21:01 +03:00
MarvinKlemp fe8e9edd29
Added Ampere Gencode 2020-11-12 10:12:50 +01:00
MarvinKlemp 3d33bbfecc
generalized statement 2020-11-12 10:07:54 +01:00
JaledMC 682210bc72
Free image memory 2020-11-09 00:36:36 +01:00
JaledMC 236205879d
Add image_classification function to darknet_images
Enable darknet classifier, without bbox detection
2020-11-09 00:31:42 +01:00
JaledMC 3817006ef9 Sync with original repo 2020-11-09 00:24:37 +01:00
MarvinKlemp 5ebcf63fce
Added a hint for installation with CUDA version >= 11 2020-11-08 16:30:21 +01:00
Alexey 14b196d4f2
Update README.md 2020-11-04 22:01:46 +03:00
AlexeyAB f04f418d27 cspx-p7-mish_hp.cfg experimental 2020-11-03 20:28:52 +03:00
AlexeyAB 8297b1be31 Added some hyper-params to the yolov4-tiny_contrastive.cfg 2020-10-20 05:37:49 +03:00
AlexeyAB 88936e06a9 Added some hyper-params to the yolov4-tiny_contrastive.cfg 2020-10-20 05:34:37 +03:00
AlexeyAB 7a28aade28 yolov4-tiny_contrastive.cfg 2020-10-20 02:49:39 +03:00