AlexeyAB
|
ef979a1fd2
|
For CPU and GPU structures in the darknet.h have the same size
|
2020-03-01 14:11:08 +03:00 |
AlexeyAB
|
10a586140c
|
Minor fix. Fixed forward MISH on CPU
|
2020-02-27 18:03:58 +03:00 |
AlexeyAB
|
f6baa62c9b
|
Accelerated BiFPN back-propagation
|
2020-02-24 20:48:49 +03:00 |
AlexeyAB
|
3cb9125b95
|
Another one fix of gradient for BiFPN
|
2020-02-24 20:01:53 +03:00 |
AlexeyAB
|
cfa40fe890
|
Fixed gradient for BiFPN
|
2020-02-24 19:49:20 +03:00 |
AlexeyAB
|
c83c21459b
|
Fixed gradient for ASFF
|
2020-02-24 19:14:44 +03:00 |
Alexey
|
7567ba0dd4
|
Merge pull request #4907 from adujardin/zedsdk_3_support
Shorter sl::Mat cast function (Related to #4762)
|
2020-02-24 14:54:49 +03:00 |
Aymeric DUJARDIN
|
876eafd3b1
|
Shorter sl::Mat cast function
|
2020-02-24 10:21:57 +01:00 |
AlexeyAB
|
26366d6535
|
DropBlock is fixed
|
2020-02-23 01:27:43 +03:00 |
AlexeyAB
|
6fb817f68b
|
Accelerated DropBlock on GPU
|
2020-02-22 01:04:55 +03:00 |
AlexeyAB
|
0ee9c8668f
|
Fixed CBN
|
2020-02-21 19:22:30 +03:00 |
Alexey
|
1de03f948c
|
Merge pull request #4896 from tiagoshibata/opencv4-AlexeyAB
Support building with OpenCV 4
|
2020-02-21 02:24:47 +03:00 |
Alexey
|
a67a3d7880
|
Merge pull request #4762 from adujardin/zedsdk_3_support
Adding support for ZED SDK 3.0 (with 2.8 support maintained)
|
2020-02-21 02:24:34 +03:00 |
AlexeyAB
|
64fb042c63
|
Averaging Mean/Variance for several mini_batches inside 1 batch. Path to CBN.
|
2020-02-20 23:45:12 +03:00 |
Tiago Koji Castro Shibata
|
187918f564
|
Enable C++11 for OpenCV 4
|
2020-02-20 10:02:14 -08:00 |
Tiago Koji Castro Shibata
|
bc7209ab31
|
Fix compilation with latest OpenCV
C APIs were removed and must be replaced with C++ calls
|
2020-02-20 10:02:10 -08:00 |
AlexeyAB
|
f106f07d0d
|
Minor fix
|
2020-02-20 19:22:59 +03:00 |
AlexeyAB
|
8d87df2388
|
Minor fix
|
2020-02-20 19:03:54 +03:00 |
AlexeyAB
|
653eceb1a7
|
Compile fix
|
2020-02-17 04:21:20 +03:00 |
AlexeyAB
|
d2f26776bb
|
Weights initialization is improved for [shortcut], and inference of [shortcut] is accelerated by normalizing during initialization.
|
2020-02-17 04:12:27 +03:00 |
AlexeyAB
|
e910f4a839
|
NAN in batchnorm_layer is fixed
|
2020-02-16 18:23:49 +03:00 |
AlexeyAB
|
8dc4833e7f
|
Minor fix
|
2020-02-14 18:28:10 +03:00 |
AlexeyAB
|
d51d89053a
|
Added error message
|
2020-02-02 14:27:39 +03:00 |
AlexeyAB
|
2223a4b51a
|
minor fix
|
2020-01-30 19:26:13 +03:00 |
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 |