1564 Commits (63396082d7e77f4b460bdb2540469f5f1a3c7c48)
 

Author SHA1 Message Date
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
AlexeyAB 61f8f569b7 CIOU and DIOU fix 6 years ago
AlexeyAB 8cb3ee4e79 diounms_sort() fixed 6 years ago
AlexeyAB 14212154d9 Minor compile fix and references to DIoU-darknet repo and paper 6 years ago
AlexeyAB d43e09cdf2 Compile fix 6 years ago
AlexeyAB 4f70fc14e9 Added DIoU and CIoU to [yolo] and [Gaussian_yolo] 6 years ago
AlexeyAB b9ca5ec781 Fixed MISH activation with 2 thresholds in Softplus 6 years ago
Alexey 7713a0209c
Update Readme.md 6 years ago
Alexey ba6c35ac89
Merge pull request #4302 from dccho/master 6 years ago
AlexeyAB f7a6f7b87c Fixed MISH as in thomasbrandon/mish-cuda implementation with 1 Threshold 6 years ago
Alexey 326d56a987
Merge pull request #4341 from giordano/objdir-makefile 6 years ago
Mosè Giordano 5a77940bd5 Add $(OBJDIR) as prerequisite to $(LIBNAMESO) 6 years ago
DongChan Cho fc3287e443
Merge pull request #1 from AlexeyAB/master 6 years ago
dccho b4c0fbaec8 fix memory free bug 6 years ago
AlexeyAB 10c40551dc GIoU + Gaussian fix 6 years ago
AlexeyAB 77e60aecfe Minor fix 6 years ago
AlexeyAB 5d0aa6ec52 Compile fix 6 years ago
AlexeyAB 6e5bdf1282 Bug fix 6 years ago
AlexeyAB 920de66bfa gaussian_yolo: added uc_normalizer and minor fix for iou_normalizer for GIoU. 6 years ago
AlexeyAB 0d30db35fc gaussian_yolo: added uc_normalizer and minor fix for iou_normalizer for GIoU. 6 years ago
AlexeyAB 0cf4c16c9f Added GIoU to [Gaussian_yolo]. Added iou_thresh=0.213 to [Gaussian_yolo]. 6 years ago
AlexeyAB 71e8354589 Fixed source and destination overlap in sprintf() (i.e. in strcpy() inside) 6 years ago
AlexeyAB 3555beb914 Fixed some memory leaks in secondary functions 6 years ago
AlexeyAB e7e85b358c Added delta_yolo_box_accumulate(). Added iou_thresh=0.213 parameter to [yolo] layer IoU(anchor,truth). 6 years ago