1537 Commits (5d13aad8879e1630145bb90208db518037d707a3)
 

Author SHA1 Message Date
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
Alexey 213b82a1bd
Merge pull request #2912 from cenit/dev/cenit/setup 6 years ago
Stefano Sinigardi 99e0e57dc3 move setup scripts to scripts subfolder 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
AlexeyAB 8a3a7ccac6 Added `./darknet detector demo ... -time_limit_sec 10` to limit detection time 6 years ago
AlexeyAB 4fcb1b8e42 Addex cutmix=1 and fixed mixup=1 for Classifier 6 years ago
AlexeyAB 9d96277a37 Added mixup=1 for Classifier training 6 years ago
AlexeyAB f1ffb09d8b Fixed minor bugs and memory leaks 6 years ago
AlexeyAB 9bb3c53698 Added resnet101.cfg 6 years ago
AlexeyAB eecc861169 ReLU is integrated to activation=normalize_channels 6 years ago
AlexeyAB 68db8efb27 Added Fusion features for ASFF and for BiFPN(EfficientDet) 6 years ago
AlexeyAB 31d483a295 Minor fix 6 years ago
AlexeyAB b4fcb8b294 Fixed: revert disabled mAP calculation during training. 6 years ago
AlexeyAB 94b8fc1193 Compile fix 6 years ago
AlexeyAB 0d98f20be1 You can train with mini_batch=128 (batch=256 subdivisions=2) on GPU 8 GB VRAM + 128 GB CPU-RAM and more. Set in cfg-file: optimized_memory=3 and workspace_size_limit_MB=2000 or 4000 6 years ago
AlexeyAB b832c727dc Fixed random=1 for assisted_excitation_forward 6 years ago
AlexeyAB 48914023da Added init_cpu() function to init CPU just to speedup the 1st detection (if GPU=0) 6 years ago
Alexey dd4dcf20b4
Merge pull request #4364 from giordano/fix-mingw 6 years ago
Alexey 4e93978d6c
Merge pull request #4368 from HagegeR/master 6 years ago
Alexey 55d84cd02a
Update Readme.md 6 years ago
Alexey b527b449e6
minor fix Readme.md 6 years ago
HagegeR 8fba668a34
Fix typo 6 years ago
HagegeR d723d2cfd0
added gaussian documentation 6 years ago
Stefano Sinigardi dea940c666 cleanup vcpkg cache 6 years ago
Stefano Sinigardi ed0b348573 remove unnecessary gcc installation on travis 6 years ago
Stefano Sinigardi 1c6afe5610 Merge branch 'dev/alexey/master' into dev/cenit/setup 6 years ago
Mosè Giordano 55a6479ea2 Fix compilation for Windows with MinGW 6 years ago
AlexeyAB 3abbd85808 fixed consistency darknet and python code 6 years ago