Maksim Shabunin
1ae02c0cc4
Minor refactoring in several C++ samples:
...
- bgfg_segm
- peopledetect
- opencv_version
- dnn/colorization
- tapi/opencl_custom_kernel
- tapi/dense_optical_flow (renamed tvl1_optical_flow)
7 years ago
Dmitry Kurtaev
8b4871a28d
Use only absolute prior boxes explicit sizes. Remove scales attributes. ( #10874 )
...
* Use only absolute prior boxes explicit sizes. Remove scales attributes.
* Simplified PriorBox layer forward pass
7 years ago
Maksim Shabunin
2200e13c71
cmake: refactored scripts with samples building:
...
- allow installing samples sources on all platforms
even if BUILD_EXAMPLES is disabled, fixed minor
issues in sources installation process
- use 'example_<group>_<name>' scheme for target and binary file naming
- use single function for sample executable creation
7 years ago
luz.paz
dbb57cd0ae
Misc. ./samples typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Dmitry Kurtaev
8817907647
Test for FP16 version of OpenCV face detection network
7 years ago
Dmitry Kurtaev
10e1de74d2
Intel Inference Engine deep learning backend ( #10608 )
...
* Intel Inference Engine deep learning backend.
* OpenFace network using Inference Engine backend
7 years ago
berak
56bcdfd7d9
Merge pull request #10777 from berak:dnn_colorize_cpp
...
* dnn: add colorization.cpp
* Update arguments of dnn/colorization.py
7 years ago
Dmitry Kurtaev
5f6077bc62
Tool to generate text graphs for SSD models from TensorFlow ( #10723 )
...
* Added tool to generate text graph for SSD models from TensorFlow
* Update tf_text_graph_ssd.py
7 years ago
Suleyman TURKMEN
4046d9f850
Update samples
7 years ago
Alessandro de Oliveira Faria (A.K.A.CABELO)
c71dc78cd4
Merge pull request #10502 from cabelo/save-dnn-yolo
...
Save video file (#10502 )
7 years ago
LaurentBerger
004a1cd64a
Merge pull request #10529 from LaurentBerger:ExampleGoogleNet
...
* Add a parameter labels to command line
* default value
* samples: caffe_googlenet.cpp minor refactoring
7 years ago
Li Peng
1073175c77
add opencl option for resnet_ssd_face sample
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alessandro de Oliveira Faria (A.K.A.CABELO)
7abaae39ec
Merge pull request #10446 from cabelo:style-dnn-yolo
...
* add style draw in yolo
* fix sintaxe whitespace
* fix conversion from float to int
* sample refactoring
- minor code style fixes
- avoid confusing "bottom" names
- use cv::format
- always draw object detection/roi
7 years ago
Dmitry Kurtaev
d0580df339
Update C++ MobileNet-SSD object detection sample
7 years ago
Dmitry Kurtaev
0ed2cbc931
R-FCN models support
7 years ago
Suleyman TURKMEN
1654dfe3a9
Update samples ( #10333 )
...
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
7 years ago
Dmitry Kurtaev
08112f3821
Faster-RCNN models support
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
Li Peng
88507fa051
add command parser to caffe googlenet sample
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Haritha
be4fa03fac
crop parameter usage in blobFromImage() calls
7 years ago
Dmitry Kurtaev
f503515082
JavaScript bindings for dnn module
7 years ago
berak
159ea22b6b
dnn: add a check for webcam properties in ssd_mobilenet sample
7 years ago
alessandro faria
df5ec54fb8
Repair: incorrect display of class name
7 years ago
Dmitry Kurtaev
03850008b9
Extra paddings for face detector layers
7 years ago
Dmitry Kurtaev
2af6f68452
Update Torch ENet sample
7 years ago
Dmitry Kurtaev
cdbbccbef8
Specific version of MobileNet-SSD from TensorFlow
7 years ago
Alexander Alekhin
0f34628af7
dnn: drop OpenCL code path for DetectionOutputLayer
...
getUMat()/getMat() calls are scope based. Results of these calls can't be
stored somewhere for future usage.
7 years ago
Andrey Smorodov
c964aa3333
Matrices in colorizeSegmentation were not initialized.
7 years ago
catree
b4813e6bdf
Add C++ DNN face detection sample: resnet_ssd_face.cpp
7 years ago
Dmitry Kurtaev
4b52b8df34
Layers for fast-neural-style models: https://github.com/jcjohnson/fast-neural-style
7 years ago
catree
48e07437f0
Add camera/video/image input for C++ DNN object detection samples. Add nice display and computation time.
7 years ago
Dmitry Kurtaev
410d44d67d
Binary data for batch normalization test from Torch
7 years ago
catree
22dece8146
Fix DNN samples for compatibility with Python 3.
...
Add PyInt_Check in pyopencv_dnn.hpp.
7 years ago
AlexeyAB
ecc34dc521
Added DNN Darknet Yolo v2 for object detection
7 years ago
Dmitry Kurtaev
e4aa39f9e5
Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.
7 years ago
Alexander Alekhin
9661d60f74
dnn(samples): fix python syntax (false -> False)
7 years ago
lzx1413
8a05c195f7
in python, false should be False
7 years ago
Dmitry Kurtaev
e268606e26
Grayscale colorization model ( https://github.com/richzhang/colorization ) test.
7 years ago
jrobble
c67ad49378
Set swapRB to false in Caffe tests and examples.
7 years ago
Dmitry Kurtaev
bd8e6b7e14
Make external cv::dnn::Importer usage is deprecated
7 years ago
Aleksandr Rybnikov
d991054202
Added files for face detector sample
7 years ago
Dmitry Kurtaev
5c43a394c5
Added performance test for Caffe framework
7 years ago
Aleksandr Rybnikov
8b1146deb2
Added function to get timings for layers
7 years ago
Dmitry Kurtaev
1e3052d3cd
Update MobileNet object detection sample
7 years ago
Aleksandr Rybnikov
ce1cc352d9
MobileNet SSD sample
7 years ago
Aleksandr Rybnikov
7d1140340e
Rewrote googlenet tests
7 years ago
Aleksandr Rybnikov
b8b8047448
Fixed python sample for googlenet in dnn
8 years ago
Alexander Alekhin
ed10383359
dnn: added trace macros
8 years ago
Alexander Alekhin
00dd433368
dnn: fix LayerFactory initialization
8 years ago