Liubov Batanina
4b35112022
Update sample
5 years ago
Alexander Alekhin
d0e02cccba
samples(dnn): avoid 'async' keyword (Python 3.7+)
5 years ago
Liubov Batanina
832ca0734d
Refactoring
5 years ago
Liubov Batanina
bb91e6999b
Fix demo
5 years ago
Liubov Batanina
ea31a14cc5
Update sample
5 years ago
Dmitry Kurtaev
76cfa65d55
AddV2 from TensorFlow
5 years ago
Liubov Batanina
ffa72fc979
Refactoring
5 years ago
Liubov Batanina
6e33769e56
Add human parsing demo
5 years ago
Alexander Alekhin
a45928045a
Merge pull request #16150 from alalek:cmake_avoid_deprecated_link_private
...
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC
see CMP0023 (CMake 2.8.12+)
* cmake: fix 3rdparty list
- don't include OpenCV modules
5 years ago
Dmitry Kurtaev
6e14cc2189
Resolve https://github.com/opencv/opencv/issues/15863
5 years ago
Lorenzo Lucignano
c40fbad12e
Samples DNN: tf_text_graph_sd.py loads box coder variance and box NMS params from config file
5 years ago
anton-potapov
471b40040a
Merge pull request #15735 from anton-potapov:gapi_async_documentaion
...
* G-API: Doxygen documentatation for Async API
* G-API: Doxygen documentatation for Async API
- renamed local variable (reading parameter async) async ->
asyncNumReq in object_detection DNN sample
to avoid Doxygen erroneous linking the sample to cv::gapi::wip::async
documentation
5 years ago
Alexander Alekhin
0e40c8a031
fix pylint warnings
...
pylint 1.8.3
5 years ago
Dmitry Kurtaev
741aee6901
Fix dnn object detection sample
5 years ago
luz.paz
57ccf14952
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
5 years ago
luz.paz
32aba5e64b
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
5 years ago
Dmitry Kurtaev
59864a3bbc
Fix #14993
5 years ago
Dmitry Kurtaev
47c5ee5d9c
Fixes for OpenCV face detection network
5 years ago
Dmitry Kurtaev
a0c3bb70a9
Modify SSD from TensorFlow graph generation script to enable MyriadX
5 years ago
Dmitry Kurtaev
a2125594ea
Fix false positives of face detection network for large faces
5 years ago
LaurentBerger
97681d0607
Add clip to deploy.prototxt
5 years ago
Dmitry Kurtaev
a04ab2298b
Fix JS sample of dnn
6 years ago
Dmitry Kurtaev
411ca87a86
Remove extra ")"
6 years ago
Dmitry Kurtaev
d17d3b66aa
Fix face recognition JS sample
6 years ago
Dmitry Kurtaev
d75a089690
Fix face recognition sample for JS
6 years ago
wenzhao
3f5c85e933
opencv.js: fix the loading issue of opencv.js(WASM) in face recognition
6 years ago
Lubov Batanina
f94253b82b
Merge pull request #14627 from l-bat:demo_kinetics
...
* Support 3D ResNet-34-kinetics
* Update sample
* Remove preprocess
* Change test
* Fix sample
6 years ago
Dmitry Kurtaev
26e426adb1
StridedSlice from TensorFlow
6 years ago
Alexander Alekhin
132253c9f3
dnn: use AsyncArray
6 years ago
Alexander Alekhin
18151e79bb
cmake(samples): use LINK_PRIVATE in target_link_libraries
6 years ago
Dmitry Kurtaev
63bb97cc19
Asynchronous C++ sample
6 years ago
Dmitry Kurtaev
c3b0a68a2b
Async mode for dnn's object detection sample
6 years ago
LaurentBerger
fa8e301c69
extends regex matching for conv group of layers
6 years ago
Dmitry Kurtaev
a304069687
Remove preprocessing parameters from README
6 years ago
cftang
98d8436440
fix tf_text_graph_common tensor_content type bug
6 years ago
Dmitry Kurtaev
fe7c93cc05
Fix priors boxes generation in case of non square inputs for TensorFlow SSDs
6 years ago
Dmitry Kurtaev
6ad3bf3130
Enable ResNet-based Mask-RCNN models from TensorFlow Object Detection API
6 years ago
Dmitry Kurtaev
252fd63194
Align TensorFlow and OpenCV paths to create a text graph
6 years ago
Alexander Nesterov
cca2c4b314
Update obj. detect sample
6 years ago
Dmitry Kurtaev
67e6a6077d
Create text graphs for Faster-RCNN from TensorFlow with dilated convolutions
6 years ago
berak
6596eab66c
dnn/samples: add googlenet to model zoo
6 years ago
Dmitry Kurtaev
4ae5df5509
SSD with FPN proposals from TensorFlow
6 years ago
Dmitry Kurtaev
62199df815
Fix edge_detection.py sample for Python 3
6 years ago
Alexander Nesterov
a208c3bf04
Fix openpose samples
6 years ago
vishwesh5
715f8fcce0
Merge pull request #13432 from vishwesh5:patch-1
...
* Create text_detection.py
#12270 #13429
**Deep Learning text detection sample (Python)**
- Tested on **Ubuntu 18.04** - OpenCV 3.4.3, OpenCV 3.4.4, OpenCV 4.0 (master branch)
- Python version supported - Python 2 and Python 3
* Fix trailing whitespaces
* Update text_detection.py
* Remove whitespace
* Remove comments
* Remove unused packages
* Update description
6 years ago
Alexander Alekhin
e8e2197032
samples: use findFile() in dnn
6 years ago
Dmitry Kurtaev
1a27ff4518
Update Mask-RCNN networks generator
6 years ago
Dmitry Kurtaev
dc9e6d3af8
Update a script to generate text graphs for Faster-RCNN networks from TensorFlow
6 years ago
berak
ad356e3239
dnn/samples: handle not set env vars gracefully
6 years ago
Dmitry Kurtaev
ad5898224d
Add a file with preprocessing parameters for deep learning networks
6 years ago