650 Commits (c4c31f5bba19fb701c30066c6039ee6eb187edd1)

Author SHA1 Message Date
Vladislav Sovrasov 7e3e9144de dnn: add an accuracy test for NMS 7 years ago
Vladislav Sovrasov c704942b8a dnn: add a documentation for NMS, fix missing experimantal namespace 7 years ago
Vladislav Sovrasov acedb4a579 dnn: make NMS function public 7 years ago
Dmitry Kurtaev a36ebaecdc PReLU layer for multidimensional input 7 years ago
Dmitry Kurtaev 410d44d67d Binary data for batch normalization test from Torch 7 years ago
Alexander Alekhin 185faf99bd ocl: simplify ocl::Timer interface 7 years ago
Dmitry Kurtaev b903ff8992 Ceil mode from experimental version of Caffe, https://github.com/BVLC/caffe/pull/3057 7 years ago
Dmitry Kurtaev a3a446c197 Output blobs shapes initialization in case of identity permutation (NCHW->NCHW) 7 years ago
Wu Zhiwen 2d8f2c2aea dnn(ocl4dnn): add fusion support 7 years ago
Maksim Shabunin b066dd36ff Fixed uninitialized class fields 7 years ago
catree 22dece8146 Fix DNN samples for compatibility with Python 3. 7 years ago
Igor Wodiany e2499e5b2f
Move vector_size_t and vector_vector_Mat 7 years ago
Alexander Alekhin 4857cae6ed dnn: don't use "experimental_dnn_v1" namespace directly 7 years ago
Li Peng 937b8e4277 dnn(ocl4dnn): support log softmax in ocl4dnn 7 years ago
Vladislav Sovrasov 47e1133e71 dnn: add crop flag to blobFromImage 7 years ago
Vladislav Sovrasov f7175f5050 dnn: fix additional text boxes handling after the latest adaptations for TF 7 years ago
Vladislav Sovrasov 050916fd6b dnn: modify priorBox layer 7 years ago
Dmitry Kurtaev 905a9dada2 Removed LPNormalize layer. 7 years ago
Alexander Alekhin 3935e13603 dnn(halide): don't compile Halide via parallel_for_() 7 years ago
Alexander Alekhin 949ec486c5 experimental version++ 7 years ago
AlexeyAB ecc34dc521 Added DNN Darknet Yolo v2 for object detection 7 years ago
Dmitry Kurtaev eabf728682 PReLU layer from Caffe 7 years ago
Maksim Shabunin 5a22d81fe5 Fixed warnings produced by static analyzer 7 years ago
Wu Zhiwen dbe9ee0924 ocl: simplify ocl::Timer 7 years ago
Alexander Alekhin e615fafe2d build: fix MSVS2010 7 years ago
Dmitry Kurtaev e4aa39f9e5 Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes. 7 years ago
Dmitry Kurtaev b9f94c9315 Nearest neighbor resize layer 7 years ago
Dmitry Kurtaev e268606e26 Grayscale colorization model (https://github.com/richzhang/colorization) test. 7 years ago
Dmitry Kurtaev ad8bbaf008 Multidimensional eltwise layer. 7 years ago
Dmitry Kurtaev 2a21c10837 Fix TensorFlow split layer 7 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 7 years ago
Dmitry Kurtaev 6e593cd1f0 Swap dimensions of deconvolution kernel 7 years ago
Alexander Alekhin 3dee92ec50 fix usage of CV_FMA3 macro 7 years ago
Dmitry Kurtaev 84cec17913 LSTM layer for TensorFlow importer 7 years ago
Alexander Alekhin 78788e1efb dnn(perf): update perf tests 7 years ago
jrobble c67ad49378 Set swapRB to false in Caffe tests and examples. 7 years ago
Dmitry Kurtaev 222149b9c6 Refactored Padding layer 7 years ago
Dmitry Kurtaev 17a85b16fc Remove reorder_dims attribute of Reshape layer 7 years ago
Dmitry Kurtaev bdd8cc697a Import wrapped Dropout subgraphs from TensorFlow 7 years ago
Tomoaki Teshima 48c4bea57c fix build on Visual Studio 2013 and earlier 7 years ago
Dmitry Kurtaev bd8e6b7e14 Make external cv::dnn::Importer usage is deprecated 7 years ago
Dmitry Kurtaev d891e9b1d8 Layers for MobileNet from TensorFlow 7 years ago
Dmitry Kurtaev 8646d5fb84 FP16 Caffe models import and export 7 years ago
Dmitry Kurtaev 0ce7c33bc8 Torch's Concat and ConcatTable doesn't use Split layer 7 years ago
Dmitry Kurtaev 7dc6b1d7d4 Layers for OpenFace face recognition network 7 years ago
Dmitry Kurtaev 58b890b9f7 Dilated convolution import from TensorFlow 7 years ago
Dmitry Kurtaev 6639348c5e Disable SSD on CPU Halide test 7 years ago
Dmitry Kurtaev ce41a15437 Import and convert FP16 weights from TensorFlow 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Dmitry Kurtaev cad7c4d51d MobileNet-SSD and VGG-SSD topologies in Halide 7 years ago