Alexander Alekhin
|
f10fd64630
|
dnn: update "guard" inline namespace
- differ from 3.4 branch
|
7 years ago |
Dmitry Kurtaev
|
c7cf8fb35c
|
Import SSDs from TensorFlow by training config (#12188)
* Remove TensorFlow and protobuf dependencies from object detection scripts
* Create text graphs for TensorFlow object detection networks from sample
|
7 years ago |
Alexander Alekhin
|
d2e08a524e
|
core: repair CV_Assert() messages
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
|
7 years ago |
Dmitry Kurtaev
|
449696f1e5
|
Enable reshape-as-shape layer from TensorFlow
|
7 years ago |
Dmitry Kurtaev
|
36288eebe7
|
Nearest neighbor resize from Keras
|
7 years ago |
Alexander Alekhin
|
799b4f48e7
|
fix missing precomp.hpp
|
7 years ago |
Dmitry Kurtaev
|
8488f2e265
|
EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2)
|
7 years ago |
Dmitry Kurtaev
|
777d77848c
|
Free Convolution and MatMul weights after TensorFlow layers import
|
7 years ago |
Alexander Alekhin
|
576d2dbac0
|
refactor: don't use CV_ErrorNoReturn() internally
|
7 years ago |
Dmitry Kurtaev
|
d959d7b9f0
|
Fuse deconvolution layer subgraphs from Keras
|
7 years ago |
Dmitry Kurtaev
|
1ba72ca0d3
|
Fuse tf.nn.l2_normalize layer
|
7 years ago |
Alexander Alekhin
|
1060c0f439
|
dnn: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
Dmitry Kurtaev
|
e039fc3a63
|
Replace protobuf's ReleaseLast to RemoveLast to deallocate memory.
Change an order of PriorBox layer operations.
|
7 years ago |
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 |