1788 Commits (6d38218a046995b789fdc8afbf09b73e4432f9ac)
 

Author SHA1 Message Date
cyy 8bd01dd8da
Merge branch 'master' into master 5 years ago
AlexeyAB 2116cba1ed [shortcut] uses activation=linear by default 5 years ago
AlexeyAB f1643cbf2e Added: weights_normalizion = relu or softmax for [shortcut] layer 5 years ago
AlexeyAB 0dbd0e1ef0 compile fix 5 years ago
AlexeyAB 283333b52f Added network resizing for SAM layer 5 years ago
AlexeyAB a66bc8d6ff Resizing Detector: random=1 (/1.4 - x1.4), random=3 (/3.0 - x3.0), random=0 (no resizing). Added param: resize_step=32 to the [net] section: use resize_step=128 for 7 subsampling layers. 5 years ago
AlexeyAB 6878ecc2e2 Minor fix 5 years ago
AlexeyAB cfac917b75 Minor performance improvement 5 years ago
cyy 9d2e6f9a23 fix compiling errors 5 years ago
AlexeyAB 40006b6e9b Compile fix 5 years ago
AlexeyAB 9bd88d7fd7 weighted [shortcut] layer 5 years ago
cyy 2f6bc96156
Merge branch 'master' into master 5 years ago
AlexeyAB e62506629e Another one compile fix 5 years ago
AlexeyAB 25a3d79a7a Compile fix 5 years ago
AlexeyAB c89482c39b Fixed new [shortcut] layer 5 years ago
AlexeyAB c2ce28bbcc Compile fix 5 years ago
AlexeyAB b267e34487 multilayer [shortcut] in progress 5 years ago
AlexeyAB 8bd7dcbd58 Minor fix 5 years ago
AlexeyAB 2652263727 Added flags -benchmark and -benchmark_layers for: ./darknet detector demo 5 years ago
AlexeyAB 3c134dc033 Added fast random functions 5 years ago
AlexeyAB 75a327856b Merge branch 'master' of github.com:AlexeyAB/darknet 5 years ago
AlexeyAB b1c7331483 Added fast random functions 5 years ago
Alexey cd1c7c32af
Update Readme.md 5 years ago
AlexeyAB 0be40dbc92 Update README.md 5 years ago
AlexeyAB 3ae534e228 csresnext50-panet-spp-original-optimal.cfg 5 years ago
AlexeyAB 489ea7fdce Minor fix 5 years ago
AlexeyAB dcfeea30f1 Compile fix 5 years ago
AlexeyAB 7e7964388b Added output CUDA, cuDNN, OpenCV versions 5 years ago
AlexeyAB 2c08a20b22 Added flag -benchmark_layers for: classifier demo, detector test, detector train 5 years ago
AlexeyAB 987448cad8 Minor fix 5 years ago
AlexeyAB 00f0b05047 Added flag -benchmark for: ./darknet classifier demo ... -benchmark 5 years ago
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. 5 years ago
AlexeyAB b8605bda1e Fixed mosaic=1 cutmix=1 memory leak for Training Classifier 5 years ago
AlexeyAB 35a3870979 counters_per_class affects the objectness too 5 years ago
AlexeyAB b8fe630119 counters_per_class affects the bbox too 5 years ago
AlexeyAB f64746107d Fixed add_bias vs batch_norm on CPU 5 years ago
AlexeyAB 81c5bcea92 Avg-loss will be saved to the 2 images: chart.png & chart_your_cfg_name.png 5 years ago
AlexeyAB 719180e7f1 Fixed swish/mish on CPU 5 years ago
AlexeyAB f81033266e Minor fix 5 years ago
AlexeyAB 0a841f6a22 Fixed strech_sway=1 param, local_avgpool for large size 5 years ago
AlexeyAB af54d95184 Added stretch_sway 5 years ago
AlexeyAB b2749c9e97 Update Readme.md 5 years ago
AlexeyAB 5f6dced3ce Another fix for [batchnorm] layer 5 years ago
AlexeyAB d6eaa2e95f Fixed [batchnorm] layer 5 years ago
AlexeyAB 005714a10c Added [local_avgpool] layer 5 years ago
AlexeyAB e66d3b1bdb Disabled CUDNN_TENSOR_OP_MATH_ALLOW_CONVERSION, and only if groups==1 use CUDNN_TENSOR_OP_MATH 5 years ago
AlexeyAB dc7277f152 Increased speed on Tensor Cores for csresnext50-panet-spp.cfg model 5 years ago
Alexey 3004ee851c
Update Readme.md 6 years ago
AlexeyAB 7f25e50279 Minor fix 6 years ago
AlexeyAB 01ad1f5415 Added csresnext50-panet-spp.cfg 6 years ago