Commit Graph

1912 Commits

Author SHA1 Message Date
AlexeyAB 7bf83018e4 Fixed Fully connected layers: [connected], [rnn], [gru], [lstm] 2020-01-30 17:00:34 +03:00
Alexey 61499b27a4
Merge pull request #4773 from jing-vision/master
Expose crop_image and resize_min as LIB_API
2020-01-29 19:43:35 +03:00
vinjn 3000c3111f Expose crop_image and resize_min as LIB_API 2020-01-29 22:58:43 +08:00
AlexeyAB 2862b28dc7 Training bug fixed. 2020-01-29 15:57:10 +03:00
AlexeyAB 3be369d47b Minor fix 2020-01-28 18:30:48 +03:00
AlexeyAB 298805cefe Added new [convolutional] activation=normalize_channels_softmax_maxval for ASFF 2020-01-28 03:44:24 +03:00
Aymeric DUJARDIN a9f634dd18 Adding support for ZED SDK 3.0 (with 2.8 support maintained) 2020-01-27 19:12:08 +01:00
AlexeyAB 4b59770886 Added max_delta=10 or 1 to the [yolo] and [Gaussian_yolo] layers, to limit delta and reduce the probability of Nan. 2020-01-23 21:49:00 +03:00
AlexeyAB f0fd61b829 Minor fix 2020-01-23 21:07:42 +03:00
AlexeyAB ecf1aeb7e7 -benchmark_layers for backward too (for training) 2020-01-23 16:51:29 +03:00
AlexeyAB 56cd545267 Improved inference FPS for [shortcut] layer 2020-01-22 17:19:02 +03:00
AlexeyAB 57264d1372 Fixed resnet152_trident.cfg 2020-01-22 16:49:19 +03:00
AlexeyAB 678ba01335 Minor fix for shortcut multilayer if it doesn't use weights 2020-01-22 15:47:48 +03:00
AlexeyAB 2a9fe045f3 Minor fix 2020-01-16 20:32:15 +03:00
AlexeyAB 3902712947 minor fix 2020-01-16 16:30:30 +03:00
AlexeyAB d88a9eb0d9 Tensor Cores fix 2020-01-15 14:38:09 +03:00
AlexeyAB 14172d42b6 Fixed weights_normalizion=softmax for [shortcut] layer 2020-01-14 00:21:39 +03:00
AlexeyAB 04f78ddf72 Fixed bugs from PR 2020-01-14 00:18:35 +03:00
AlexeyAB 04a050cf07 Fixed [shortcut] resize for swish/mish 2020-01-13 22:19:24 +03:00
AlexeyAB 2247c5fcd7 minor fixes 2020-01-13 22:12:44 +03:00
Alexey a19e18df3e
Merge pull request #3815 from cyyever/master
fix compiler warnings and linter warnings.
2020-01-13 21:47:00 +03:00
AlexeyAB 67c91e6bef Minor fix 2020-01-10 14:44:48 +03:00
AlexeyAB 619e39fc71 Fixed bug in [shortcut] 2020-01-10 14:12:39 +03:00
cyy 300406e26a fix macro 2020-01-10 17:47:10 +08:00
cyy 8bd01dd8da
Merge branch 'master' into master 2020-01-10 17:45:35 +08:00
AlexeyAB 2116cba1ed [shortcut] uses activation=linear by default 2020-01-10 00:03:03 +03:00
AlexeyAB f1643cbf2e Added: weights_normalizion = relu or softmax for [shortcut] layer 2020-01-09 23:53:13 +03:00
AlexeyAB 0dbd0e1ef0 compile fix 2020-01-09 20:06:51 +03:00
AlexeyAB 283333b52f Added network resizing for SAM layer 2020-01-09 19:44:08 +03:00
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. 2020-01-09 19:25:02 +03:00
AlexeyAB 6878ecc2e2 Minor fix 2020-01-09 13:48:52 +03:00
AlexeyAB cfac917b75 Minor performance improvement 2020-01-09 01:30:57 +03:00
cyy 9d2e6f9a23 fix compiling errors 2020-01-08 10:56:10 +08:00
AlexeyAB 40006b6e9b Compile fix 2020-01-08 02:26:55 +03:00
AlexeyAB 9bd88d7fd7 weighted [shortcut] layer 2020-01-08 02:20:42 +03:00
cyy 2f6bc96156
Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
AlexeyAB e62506629e Another one compile fix 2020-01-07 01:17:28 +03:00
AlexeyAB 25a3d79a7a Compile fix 2020-01-07 00:04:57 +03:00
AlexeyAB c89482c39b Fixed new [shortcut] layer 2020-01-07 00:01:26 +03:00
AlexeyAB c2ce28bbcc Compile fix 2020-01-06 23:38:21 +03:00
AlexeyAB b267e34487 multilayer [shortcut] in progress 2020-01-06 23:27:41 +03:00
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