Dmitry Kurtaev
8574a757f9
Case sensitive dnn layers types
5 years ago
thebhatman
8a18d132fc
Port Swish and Mish layers
6 years ago
Dmitry Kurtaev
c9e0c77d73
Concat layer from TensorFlow with constant inputs
7 years ago
Hamdi Sahloul
a39e0daacf
Utilize CV_UNUSED macro
7 years ago
Dmitry Kurtaev
e8e9d1d021
Implement Interp layer using Resize layer
7 years ago
Dmitry Kurtaev
4626246087
Add ShuffleChannel layer
7 years ago
David
7175f257b5
Added ResizeBilinear op for tf ( #11050 )
...
* Added ResizeBilinear op for tf
Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
Minor changes to tf_importer and resize layer to save some code lines
Minor changes in init.cpp
Minor changes in tf_importer.cpp
* Replaced implementation of a custom ResizeBilinear layer to all layers
* Use Mat::ptr. Replace interpolation flags
7 years ago
Dmitry Kurtaev
bf87a43185
Faster-RCNN object detection models from TensorFlow
7 years ago
Dmitry Kurtaev
0ed2cbc931
R-FCN models support
8 years ago
Dmitry Kurtaev
08112f3821
Faster-RCNN models support
8 years ago
Dmitry Kurtaev
17dcf0e82d
ROIPooling layer
8 years ago
Dmitry Kurtaev
99ed085752
Update PriorBox layer
8 years ago
Dmitry Kurtaev
905a9dada2
Removed LPNormalize layer.
8 years ago
AlexeyAB
ecc34dc521
Added DNN Darknet Yolo v2 for object detection
8 years ago
Dmitry Kurtaev
eabf728682
PReLU layer from Caffe
8 years ago
Dmitry Kurtaev
b9f94c9315
Nearest neighbor resize layer
8 years ago
Dmitry Kurtaev
e268606e26
Grayscale colorization model ( https://github.com/richzhang/colorization ) test.
8 years ago
Dmitry Kurtaev
84cec17913
LSTM layer for TensorFlow importer
8 years ago
Dmitry Kurtaev
d891e9b1d8
Layers for MobileNet from TensorFlow
8 years ago
Dmitry Kurtaev
7dc6b1d7d4
Layers for OpenFace face recognition network
8 years ago
Aleksandr Rybnikov
8d6b8b45b6
Added ELU and test for it
8 years ago
Alexander Alekhin
3f102e5d3a
dnn: protobuf shutdown
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
00dd433368
dnn: fix LayerFactory initialization
8 years ago
Alexander Alekhin
93729784bb
dnn: move module from opencv_contrib
...
e6f63c7a38/modules/dnn
8 years ago