1019 Commits (63396082d7e77f4b460bdb2540469f5f1a3c7c48)

Author SHA1 Message Date
AlexeyAB 63396082d7 Another one minor fix 6 years ago
AlexeyAB 972608c8ef Minor fix 6 years ago
AlexeyAB 1626f9d495 Some fixes 6 years ago
AlexeyAB f831835125 Fixed DropBlock bug for Conv-networks. When are used: random=1 and [dropout] dropblock=1 6 years ago
AlexeyAB f2fc239096 Stretch conv-kernel 6 years ago
AlexeyAB b78aa3961b Dropped out items are has compensated 6 years ago
AlexeyAB 5e035565ff Rotate conv-kernel 6 years ago
AlexeyAB a08c872564 Sway conv-kernel 6 years ago
AlexeyAB 7ae1ae5641 Fixed activation=NORM_CHAN gradient 6 years ago
AlexeyAB 764872a190 Minor fix 6 years ago
AlexeyAB 642c065c0e Fixed DropBlock [dropout] dropblock_size_abs=7 dropblock_size_rel=0.5 6 years ago
AlexeyAB d137d304c1 Fixed backward_scale_channels_kernel() for ASFF 6 years ago
AlexeyAB 1df3ddc7d6 Added DropBlock. Use [dropout] dropblock=1 dropblock_size=0.5 probability=0.1 6 years ago
AlexeyAB a616fcd28e Minor fix 6 years ago
AlexeyAB dbe34d7865 Accelerated [Gaussian_yolo] layer 6 years ago
AlexeyAB fc173454b1 Fixed time_step=1 for darknet.so/dll 6 years ago
AlexeyAB c7e3ba3ed4 Fixed memory leak in ./darknet detector demo ... 6 years ago
AlexeyAB 2a873f3448 Added label_smooth_eps=0.1 for [net] layer for Label Smoothing for Classifier 6 years ago
AlexeyAB 318919e1cb Added label_smooth_eps=0.1 for [yolo] and [Gaussian_yolo] layer for Label Smoothing 6 years ago
AlexeyAB 67e94dc1de Minor fix 6 years ago
AlexeyAB ffb4a1df67 Compile fix 6 years ago
AlexeyAB 3aa2e45ad3 Compile fix 6 years ago
AlexeyAB 13f064f1be Improved mosaic=1 for Detector 6 years ago
AlexeyAB 87f36b79f5 Another version of mosaic=1 for Detector 6 years ago
AlexeyAB 4f52ba1a25 Remove eps=0.0001 from gradient of normalize_channels_softmax 6 years ago
AlexeyAB c9c745ccf1 Added [convolutional] activation=normalize_channels_softmax 6 years ago
AlexeyAB 5d13aad887 Fixed types in the image_opencv.cpp/h that could lead to a memory leak 6 years ago
AlexeyAB ebf1d7a73b Minor fixes 6 years ago
AlexeyAB aaba21bdd3 Added ./darknet detector valid for KITTI and BDD (were previously MSCOCO and ImageNet) 6 years ago
AlexeyAB 27da7f85c7 Minor fix 6 years ago
AlexeyAB 2207acd9c4 Minor fix 6 years ago
AlexeyAB 142fcdeb1e Added blur=1 for Classifier training if OPENCV=1 (removes textures like in stylized-ImageNet) 6 years ago
AlexeyAB efc5478a23 Minor fix 6 years ago
AlexeyAB 5ddf9c74a5 Added mosaic=1 data augmentation for Detector. Fixed blur=. Fixed [scale_channels] for ASFF. 6 years ago
AlexeyAB c6f0f7b22c reduced pinned memory step 6 years ago
AlexeyAB 649abac372 Fixed blur= parameter for train detector 6 years ago
AlexeyAB 5d0352f961 Fixed CPU-RAM + GPU-processing bug for Dropout-layer 6 years ago
AlexeyAB e5d464d3d0 Added mosaic=1 data augmentation for Classifier 6 years ago
AlexeyAB acb578cb37 Fixed training with GPU=1 CUDNN=0 6 years ago
AlexeyAB a95bc3f5b6 Fixed memory leak for ./darknet classifier predict ... < list.txt 6 years ago
AlexeyAB 9064755c3b Minor fix 6 years ago
AlexeyAB 4c26117708 Fixed CutMix - removed boundary-aware constraint 6 years ago
AlexeyAB 55cfc272fb Fixed bug with [shortcut] layer and SWISH / MISH activations 6 years ago
AlexeyAB defcf7e3a5 iou_normalizer= now affects on default [yolo] with default mse-loss 6 years ago
AlexeyAB ef126a0913 Compile fix 6 years ago
AlexeyAB 327103fb15 another compile fix 6 years ago
AlexeyAB a20e8b010a Compile fix 6 years ago
AlexeyAB fbdac785d2 Added HTTP POST sender with detected objects, use: ./darknet detector demo ... -http_post_host webhook.site/898bbd9b-0ddd-49cf-b81d-1f56be98d870 6 years ago
AlexeyAB 7ae664f96d improved accuracy of inference-time and FPS measurement for Classifier 6 years ago
AlexeyAB e8dc28c3b9 iou_normalizer= will affect on x,y,w,h for default [Gaussian_yolo] layer even without (C/D/GIoU) 6 years ago