497 Commits (f73eff7517f582e181e40698c22931f2fc86d1e0)

Author SHA1 Message Date
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
Alexander Alekhin 01519313d7 dnn: invalid bindings 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 e74c475162 Removed 3rdparty serialized NumPy arrays parser 7 years ago
Dmitry Kurtaev 54f0616a13 Deconvolution layer from TensorFlow 7 years ago
Dmitry Kurtaev 4e28c00e7b Fix Halide buffer behavior in case of OpenCL device memory allocation 7 years ago
dkurt 339793143c Unit tests for TensorFlow importer 7 years ago
dkurt b1ef44b1ac Replace halide_opencl_device_interface 7 years ago
Aleksandr Rybnikov 8d6b8b45b6 Added ELU and test for it 7 years ago