AlexeyAB
|
5ddf9c74a5
|
Added mosaic=1 data augmentation for Detector. Fixed blur=. Fixed [scale_channels] for ASFF.
|
2019-12-04 17:42:32 +03:00 |
AlexeyAB
|
c6f0f7b22c
|
reduced pinned memory step
|
2019-12-04 15:36:07 +03:00 |
AlexeyAB
|
649abac372
|
Fixed blur= parameter for train detector
|
2019-12-04 02:02:22 +03:00 |
AlexeyAB
|
5d0352f961
|
Fixed CPU-RAM + GPU-processing bug for Dropout-layer
|
2019-12-03 18:35:57 +03:00 |
Alexey
|
213b82a1bd
|
Merge pull request #2912 from cenit/dev/cenit/setup
add setup prerequisite script scaffolding
|
2019-12-03 13:45:59 +03:00 |
Stefano Sinigardi
|
99e0e57dc3
|
move setup scripts to scripts subfolder
|
2019-12-03 07:22:00 +01:00 |
AlexeyAB
|
e5d464d3d0
|
Added mosaic=1 data augmentation for Classifier
|
2019-12-02 17:41:45 +03:00 |
AlexeyAB
|
acb578cb37
|
Fixed training with GPU=1 CUDNN=0
|
2019-12-02 16:46:13 +03:00 |
AlexeyAB
|
a95bc3f5b6
|
Fixed memory leak for ./darknet classifier predict ... < list.txt
|
2019-12-02 14:58:35 +03:00 |
AlexeyAB
|
9064755c3b
|
Minor fix
|
2019-12-02 03:11:22 +03:00 |
AlexeyAB
|
4c26117708
|
Fixed CutMix - removed boundary-aware constraint
|
2019-12-02 02:13:17 +03:00 |
AlexeyAB
|
55cfc272fb
|
Fixed bug with [shortcut] layer and SWISH / MISH activations
|
2019-12-02 01:42:14 +03:00 |
AlexeyAB
|
defcf7e3a5
|
iou_normalizer= now affects on default [yolo] with default mse-loss
|
2019-12-02 00:23:32 +03:00 |
AlexeyAB
|
ef126a0913
|
Compile fix
|
2019-12-01 00:41:11 +03:00 |
AlexeyAB
|
327103fb15
|
another compile fix
|
2019-12-01 00:17:02 +03:00 |
AlexeyAB
|
a20e8b010a
|
Compile fix
|
2019-12-01 00:13:03 +03:00 |
AlexeyAB
|
fbdac785d2
|
Added HTTP POST sender with detected objects, use: ./darknet detector demo ... -http_post_host webhook.site/898bbd9b-0ddd-49cf-b81d-1f56be98d870
|
2019-12-01 00:09:05 +03:00 |
AlexeyAB
|
7ae664f96d
|
improved accuracy of inference-time and FPS measurement for Classifier
|
2019-11-30 19:43:14 +03:00 |
AlexeyAB
|
e8dc28c3b9
|
iou_normalizer= will affect on x,y,w,h for default [Gaussian_yolo] layer even without (C/D/GIoU)
|
2019-11-30 19:27:55 +03:00 |
AlexeyAB
|
8a3a7ccac6
|
Added `./darknet detector demo ... -time_limit_sec 10` to limit detection time
|
2019-11-30 19:17:19 +03:00 |
AlexeyAB
|
4fcb1b8e42
|
Addex cutmix=1 and fixed mixup=1 for Classifier
|
2019-11-30 17:49:28 +03:00 |
AlexeyAB
|
9d96277a37
|
Added mixup=1 for Classifier training
|
2019-11-30 16:07:32 +03:00 |
AlexeyAB
|
f1ffb09d8b
|
Fixed minor bugs and memory leaks
|
2019-11-30 03:41:30 +03:00 |
AlexeyAB
|
9bb3c53698
|
Added resnet101.cfg
|
2019-11-30 00:50:11 +03:00 |
AlexeyAB
|
eecc861169
|
ReLU is integrated to activation=normalize_channels
|
2019-11-28 23:09:51 +03:00 |
AlexeyAB
|
68db8efb27
|
Added Fusion features for ASFF and for BiFPN(EfficientDet)
|
2019-11-28 20:34:01 +03:00 |
AlexeyAB
|
31d483a295
|
Minor fix
|
2019-11-27 14:29:08 +03:00 |
AlexeyAB
|
b4fcb8b294
|
Fixed: revert disabled mAP calculation during training.
|
2019-11-27 03:51:58 +03:00 |
AlexeyAB
|
94b8fc1193
|
Compile fix
|
2019-11-26 23:43:34 +03:00 |
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
|
2019-11-26 23:18:04 +03:00 |
AlexeyAB
|
b832c727dc
|
Fixed random=1 for assisted_excitation_forward
|
2019-11-25 18:40:09 +03:00 |
AlexeyAB
|
48914023da
|
Added init_cpu() function to init CPU just to speedup the 1st detection (if GPU=0)
|
2019-11-25 18:10:39 +03:00 |
Alexey
|
dd4dcf20b4
|
Merge pull request #4364 from giordano/fix-mingw
Fix compilation for Windows with MinGW
|
2019-11-24 23:48:16 +03:00 |
Alexey
|
4e93978d6c
|
Merge pull request #4368 from HagegeR/master
Add Gaussian_yolo layer documentation
|
2019-11-24 23:46:30 +03:00 |
Alexey
|
55d84cd02a
|
Update Readme.md
|
2019-11-24 23:46:23 +03:00 |
Alexey
|
b527b449e6
|
minor fix Readme.md
|
2019-11-24 23:45:12 +03:00 |
HagegeR
|
8fba668a34
|
Fix typo
|
2019-11-24 22:41:09 +02:00 |
HagegeR
|
d723d2cfd0
|
added gaussian documentation
I wasn't sure how to add the distinction without breaking the explanation flow, I hope I did ok...
|
2019-11-24 19:49:03 +02:00 |
Stefano Sinigardi
|
dea940c666
|
cleanup vcpkg cache
|
2019-11-24 18:09:00 +01:00 |
Stefano Sinigardi
|
ed0b348573
|
remove unnecessary gcc installation on travis
|
2019-11-24 17:39:30 +01:00 |
Stefano Sinigardi
|
1c6afe5610
|
Merge branch 'dev/alexey/master' into dev/cenit/setup
|
2019-11-24 17:38:03 +01:00 |
Mosè Giordano
|
55a6479ea2
|
Fix compilation for Windows with MinGW
|
2019-11-24 00:17:32 +00:00 |
AlexeyAB
|
3abbd85808
|
fixed consistency darknet and python code
|
2019-11-23 20:00:35 +03:00 |
AlexeyAB
|
61f8f569b7
|
CIOU and DIOU fix
|
2019-11-23 19:45:14 +03:00 |
AlexeyAB
|
8cb3ee4e79
|
diounms_sort() fixed
|
2019-11-23 18:59:29 +03:00 |
AlexeyAB
|
14212154d9
|
Minor compile fix and references to DIoU-darknet repo and paper
|
2019-11-23 17:37:28 +03:00 |
AlexeyAB
|
d43e09cdf2
|
Compile fix
|
2019-11-23 16:44:45 +03:00 |
AlexeyAB
|
4f70fc14e9
|
Added DIoU and CIoU to [yolo] and [Gaussian_yolo]
|
2019-11-23 16:42:43 +03:00 |
AlexeyAB
|
b9ca5ec781
|
Fixed MISH activation with 2 thresholds in Softplus
|
2019-11-22 14:20:53 +03:00 |
Alexey
|
7713a0209c
|
Update Readme.md
|
2019-11-22 02:43:33 +03:00 |