309 Commits (04b27525faa51941de054526c069bd3b7f9e4af3)

Author SHA1 Message Date
Dmitry Kurtaev f8398d80bc add Net::getUnconnectedOutLayersNames method 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Dmitry Kurtaev b0ad7f759a Import tensorflow to create text graphs if import cv is failed 6 years ago
Dmitry Kurtaev d486204a0d Merge pull request #12264 from dkurt:dnn_remove_forward_method 6 years ago
Dmitry Kurtaev c7cf8fb35c Import SSDs from TensorFlow by training config (#12188) 6 years ago
Dmitry Kurtaev 50bceea038 Include preprocessing nodes to object detection TensorFlow networks (#12211) 6 years ago
Nobuo Tsukamoto ade57c8bd0 Fixed that object_detection.py does not work in python3. 6 years ago
Dmitry Kurtaev 472b71ecef Merge pull request #12243 from dkurt:dnn_tf_mask_rcnn 6 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 6 years ago
Dmitry Kurtaev 22cb65ada9 Update face detection network in samples 6 years ago
Maksim Shabunin df9efbbd1f Install data for samples to correct directories, do not download face_detector models in cmake 6 years ago
Dmitry Kurtaev 4fb086d6c3 MobileNet-SSD v1 from TensorFlow with shared convolution weights 6 years ago
Dmitry Kurtaev 8e034053af Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend 6 years ago
luz.paz 2003eb1b9b Misc. typos 6 years ago
Dmitry Kurtaev faa6c4e1e1 Faster-RCNN anf RFCN models on CPU using Intel's Inference Engine backend. 6 years ago
Dmitry Kurtaev c213a3823e Run entire SSDs from TensorFlow using Intel's Inference Engine 6 years ago
berak 1c75f3d037 dnn: fix typo in object_detection.cpp sample 6 years ago
Dmitry Kurtaev 346871e27f Set output layers names and types for models in DLDT's intermediate representation 7 years ago
Dmitry Kurtaev 40765c5f8d Enable SSD models from TensorFlow with OpenCL plugin of Intel's Inference Engine 7 years ago
David 7175f257b5 Added ResizeBilinear op for tf (#11050) 7 years ago
Dmitry Kurtaev b781ac7346 Make Intel's Inference Engine backend is default if no preferable backend is specified. 7 years ago
Alexander Alekhin dcb9bc2544 python: eliminate pylint warnings 7 years ago
Alexander Alekhin f185802489 documentation: avoid links to 'master' branch from 3.4 maintenance branch (2) 7 years ago
Alexander Alekhin 9ba9358ecb documentation: avoid links to 'master' branch from 3.4 maintenance branch 7 years ago
Dmitry Kurtaev f96f934426 Update Intel's Inference Engine deep learning backend (#11587) 7 years ago
Spark Echo 80770aacd7 Merge pull request #11631 from sparkecho:3.4 7 years ago
Dmitry Kurtaev bf87a43185 Faster-RCNN object detection models from TensorFlow 7 years ago
Dmitry Kurtaev 3346a7ac0a Fix batch normalization fusion from TensorFlow's SSDs 7 years ago
Dmitry Kurtaev 07dc6d2b45 Return a convex hull from rotatedRectangleIntersection 7 years ago
Dmitry Kurtaev 8488f2e265 EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2) 7 years ago
cabelo 1b3e0783f4 select the device (video capture) 7 years ago
Dmitry Kurtaev d381948cee Update script to generate MobileNet-SSD V2 text graph 7 years ago
cclauss 05c1a3d160 print() is a function in Python 3 7 years ago
Dmitry Kurtaev d5b9563263 Custom deep learning layers in Python 7 years ago
Alexander Alekhin 84db82a329 build: fix warnings 7 years ago
Dmitry Kurtaev 97fec07d96 Support YOLOv3 model from Darknet 7 years ago
Dmitry Kurtaev 1ba72ca0d3 Fuse tf.nn.l2_normalize layer 7 years ago
Alexander Alekhin 3870891d2d update samples/dnn/face_detector/.gitignore 7 years ago
Dmitry Kurtaev 8d8f3bca6f Update links to OpenCV's face detection network 7 years ago
Dmitry Kurtaev f87a0dd6a7 Fix minimal aspect ratio scale for SSDs from TensorFlow 7 years ago
berak 4f597f6c06 dnn: add an openpose.cpp sample 7 years ago
atinfinity 8a8523d4f3 fixed samples/dnn/openpose.py 7 years ago
Dmitry Kurtaev 130546e1d9 Semantic segmentation sample. 7 years ago
Maksim Shabunin e283a75a19 Minor refactoring in several C++ samples: 7 years ago
Maksim Shabunin 1ae02c0cc4 Minor refactoring in several C++ samples: 7 years ago
Dmitry Kurtaev f2440ceae6 Update tutorials. A new cv::dnn::readNet function 7 years ago
Dmitry Kurtaev 8e4fe30db6 Unite deep learning image classification samples 7 years ago
Dmitry Kurtaev e8d94ea87c Unite deep learning object detection samples 7 years ago
Dmitry Kurtaev 8b4871a28d Use only absolute prior boxes explicit sizes. Remove scales attributes. (#10874) 7 years ago
Maksim Shabunin 2200e13c71 cmake: refactored scripts with samples building: 7 years ago