AlexeyAB
|
8bd7dcbd58
|
Minor fix
|
2020-01-05 14:04:11 +03:00 |
AlexeyAB
|
2652263727
|
Added flags -benchmark and -benchmark_layers for: ./darknet detector demo
|
2020-01-05 00:53:03 +03:00 |
AlexeyAB
|
3c134dc033
|
Added fast random functions
|
2020-01-04 15:47:15 +03:00 |
AlexeyAB
|
75a327856b
|
Merge branch 'master' of github.com:AlexeyAB/darknet
|
2020-01-04 15:44:18 +03:00 |
AlexeyAB
|
b1c7331483
|
Added fast random functions
|
2020-01-04 15:43:55 +03:00 |
Alexey
|
cd1c7c32af
|
Update Readme.md
|
2020-01-03 04:33:28 +03:00 |
AlexeyAB
|
0be40dbc92
|
Update README.md
|
2020-01-03 00:21:03 +03:00 |
AlexeyAB
|
3ae534e228
|
csresnext50-panet-spp-original-optimal.cfg
|
2020-01-02 23:53:06 +03:00 |
AlexeyAB
|
489ea7fdce
|
Minor fix
|
2020-01-01 21:38:06 +03:00 |
AlexeyAB
|
dcfeea30f1
|
Compile fix
|
2019-12-29 15:12:22 +03:00 |
AlexeyAB
|
7e7964388b
|
Added output CUDA, cuDNN, OpenCV versions
|
2019-12-29 14:55:12 +03:00 |
AlexeyAB
|
2c08a20b22
|
Added flag -benchmark_layers for: classifier demo, detector test, detector train
|
2019-12-28 23:03:30 +03:00 |
AlexeyAB
|
987448cad8
|
Minor fix
|
2019-12-28 20:26:58 +03:00 |
AlexeyAB
|
00f0b05047
|
Added flag -benchmark for: ./darknet classifier demo ... -benchmark
|
2019-12-28 20:18:15 +03:00 |
AlexeyAB
|
114a7f942b
|
Added command line param -dontuse_opencv for training Classifier. Also use GaussianBlur instead of bilateralFilter for blur=1 for training Classifier and Detector.
|
2019-12-28 18:46:10 +03:00 |
AlexeyAB
|
b8605bda1e
|
Fixed mosaic=1 cutmix=1 memory leak for Training Classifier
|
2019-12-27 12:54:20 +03:00 |
AlexeyAB
|
35a3870979
|
counters_per_class affects the objectness too
|
2019-12-25 20:34:24 +03:00 |
AlexeyAB
|
b8fe630119
|
counters_per_class affects the bbox too
|
2019-12-25 20:30:56 +03:00 |
AlexeyAB
|
f64746107d
|
Fixed add_bias vs batch_norm on CPU
|
2019-12-25 00:17:01 +03:00 |
AlexeyAB
|
81c5bcea92
|
Avg-loss will be saved to the 2 images: chart.png & chart_your_cfg_name.png
|
2019-12-24 22:03:59 +03:00 |
AlexeyAB
|
719180e7f1
|
Fixed swish/mish on CPU
|
2019-12-24 04:30:22 +03:00 |
AlexeyAB
|
f81033266e
|
Minor fix
|
2019-12-23 20:08:16 +03:00 |
AlexeyAB
|
0a841f6a22
|
Fixed strech_sway=1 param, local_avgpool for large size
|
2019-12-23 02:04:23 +03:00 |
AlexeyAB
|
af54d95184
|
Added stretch_sway
|
2019-12-22 16:00:20 +03:00 |
AlexeyAB
|
b2749c9e97
|
Update Readme.md
|
2019-12-21 14:05:16 +03:00 |
AlexeyAB
|
5f6dced3ce
|
Another fix for [batchnorm] layer
|
2019-12-20 22:49:09 +03:00 |
AlexeyAB
|
d6eaa2e95f
|
Fixed [batchnorm] layer
|
2019-12-20 21:37:28 +03:00 |
AlexeyAB
|
005714a10c
|
Added [local_avgpool] layer
|
2019-12-20 20:28:35 +03:00 |
AlexeyAB
|
e66d3b1bdb
|
Disabled CUDNN_TENSOR_OP_MATH_ALLOW_CONVERSION, and only if groups==1 use CUDNN_TENSOR_OP_MATH
|
2019-12-20 16:48:31 +03:00 |
AlexeyAB
|
dc7277f152
|
Increased speed on Tensor Cores for csresnext50-panet-spp.cfg model
|
2019-12-20 16:07:34 +03:00 |
Alexey
|
3004ee851c
|
Update Readme.md
|
2019-12-18 15:59:01 +03:00 |
AlexeyAB
|
7f25e50279
|
Minor fix
|
2019-12-18 15:34:02 +03:00 |
AlexeyAB
|
01ad1f5415
|
Added csresnext50-panet-spp.cfg
|
2019-12-18 15:23:51 +03:00 |
AlexeyAB
|
e43a1c424d
|
Fixed a bug in counters_per_class=
|
2019-12-18 03:53:40 +03:00 |
AlexeyAB
|
e33ecb785e
|
Added param counters_per_class=100,200,... <for each class> to [yolo] and [Gaussian_yolo] to solve class-imbalance-problem
|
2019-12-17 18:03:42 +03:00 |
AlexeyAB
|
63396082d7
|
Another one minor fix
|
2019-12-16 18:41:28 +03:00 |
AlexeyAB
|
972608c8ef
|
Minor fix
|
2019-12-16 18:32:20 +03:00 |
AlexeyAB
|
f4b2612b04
|
Added the ability to compile in C++ (Makefile USE_CPP=1)
|
2019-12-16 18:26:50 +03:00 |
AlexeyAB
|
1626f9d495
|
Some fixes
|
2019-12-16 17:53:58 +03:00 |
AlexeyAB
|
f831835125
|
Fixed DropBlock bug for Conv-networks. When are used: random=1 and [dropout] dropblock=1
|
2019-12-16 16:17:44 +03:00 |
AlexeyAB
|
f2fc239096
|
Stretch conv-kernel
|
2019-12-15 01:02:59 +03:00 |
AlexeyAB
|
b78aa3961b
|
Dropped out items are has compensated
|
2019-12-14 22:50:33 +03:00 |
AlexeyAB
|
5e035565ff
|
Rotate conv-kernel
|
2019-12-14 18:11:09 +03:00 |
AlexeyAB
|
a08c872564
|
Sway conv-kernel
|
2019-12-14 03:07:01 +03:00 |
AlexeyAB
|
7ae1ae5641
|
Fixed activation=NORM_CHAN gradient
|
2019-12-13 18:52:54 +03:00 |
AlexeyAB
|
764872a190
|
Minor fix
|
2019-12-13 03:17:55 +03:00 |
AlexeyAB
|
642c065c0e
|
Fixed DropBlock [dropout] dropblock_size_abs=7 dropblock_size_rel=0.5
|
2019-12-13 01:22:03 +03:00 |
AlexeyAB
|
d137d304c1
|
Fixed backward_scale_channels_kernel() for ASFF
|
2019-12-12 14:52:51 +03:00 |
AlexeyAB
|
1df3ddc7d6
|
Added DropBlock. Use [dropout] dropblock=1 dropblock_size=0.5 probability=0.1
|
2019-12-11 13:16:41 +03:00 |
AlexeyAB
|
a616fcd28e
|
Minor fix
|
2019-12-10 20:34:03 +03:00 |