Dmitry Kurtaev
69a8f110b6
Fuse subgraphs from Keras
7 years ago
Dmitry Kurtaev
9457bf10ab
Fuse batch normalization and flatten TensorFlow subgraphs in runtime
7 years ago
Dmitry Kurtaev
eab556e1e0
OpenCV face detection network in TensorFlow
7 years ago
Dmitry Kurtaev
f8d0d6365e
Add a flag to manage average pooling with padding
7 years ago
Dmitry Kurtaev
a6baedd02c
Fix deconvolution layer. Add batch norm layer with mean-variance normalization from TensorFlow.
7 years ago
luz.paz
5718d09e39
Misc. modules/ typos
...
Found via `codespell`
7 years ago
Dmitry Kurtaev
184862582c
Fix slice layer from TensorFlow
7 years ago
Dmitry Kurtaev
9e9926a2f0
PriorBox layer with explicit normalized sizes
7 years ago
Dmitry Kurtaev
bcc669f3f7
TensorFlow weights dequantization
8 years ago
Maksim Shabunin
aa46e31c6d
Replaced incorrect CV_Assert calls with CV_Error
8 years ago
Dmitry Kurtaev
7e48fa58eb
Manage TensorFlow's NHWC data layout is smoother
8 years ago
Dmitry Kurtaev
6aabd6cc7a
Remove cv::dnn::Importer
8 years ago
David Geldreich
f723cede2e
add loading TensorFlow/Caffe net from memory buffer
...
add a corresponding test
8 years ago
Alexander Alekhin
436a1f72a5
dnn: fix sporadic crashes in getUMat()
...
Incorrect "total" buffer size calculated in StdMatAllocator::allocate() due wrong step values.
8 years ago
Dmitry Kurtaev
e4aa39f9e5
Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.
8 years ago
Dmitry Kurtaev
b9f94c9315
Nearest neighbor resize layer
8 years ago
Dmitry Kurtaev
2a21c10837
Fix TensorFlow split layer
8 years ago
Dmitry Kurtaev
6e593cd1f0
Swap dimensions of deconvolution kernel
8 years ago
Dmitry Kurtaev
84cec17913
LSTM layer for TensorFlow importer
8 years ago
Dmitry Kurtaev
222149b9c6
Refactored Padding layer
8 years ago
Dmitry Kurtaev
17a85b16fc
Remove reorder_dims attribute of Reshape layer
8 years ago
Dmitry Kurtaev
bdd8cc697a
Import wrapped Dropout subgraphs from TensorFlow
8 years ago
Dmitry Kurtaev
bd8e6b7e14
Make external cv::dnn::Importer usage is deprecated
8 years ago
Dmitry Kurtaev
d891e9b1d8
Layers for MobileNet from TensorFlow
8 years ago
Dmitry Kurtaev
58b890b9f7
Dilated convolution import from TensorFlow
8 years ago
Dmitry Kurtaev
ce41a15437
Import and convert FP16 weights from TensorFlow
8 years ago
Maksim Shabunin
248e2c7d47
Fixed some issues found by static analysis
8 years ago
Dmitry Kurtaev
54f0616a13
Deconvolution layer from TensorFlow
8 years ago
dkurt
339793143c
Unit tests for TensorFlow importer
8 years ago
Aleksandr Rybnikov
8d6b8b45b6
Added ELU and test for it
8 years ago
Alexander Alekhin
da0960321b
dnn: added "hidden" experimental namespace
...
Main purpose of this namespace is to avoid using of incompatible
binaries that will cause applications crashes.
This additional namespace will not impact "Source code API".
This change allows to maintain ABI checks (with easy filtering out).
8 years ago
Alexander Alekhin
ed10383359
dnn: added trace macros
8 years ago
Alexander Alekhin
93729784bb
dnn: move module from opencv_contrib
...
e6f63c7a38/modules/dnn
8 years ago