52 Commits (e6f63c7a38ca40c5dc33e38736e3027e3528d6cb)

Author SHA1 Message Date
Aleksandr Rybnikov b0d008ce03 Enabled tests for intermediate blobs in goolgenet 8 years ago
dkurt 37cf4974a4 Updated Halide tests. Simplified batch norm using Halide. Bug fix in convolutional layer. 8 years ago
Vadim Pisarevsky e551d15c2b enabled convolution & activation fusion (#1245) 8 years ago
Dmitry Kurtaev 62ba5d7552 Added Halide OpenCL target for deep learning networks (#1246) 8 years ago
Aleksandr Rybnikov ea1670b567 Added blobFromImage functions which can crop input from the center and subtract mean 8 years ago
dkurt 8c03c6393b Updated Halide tests according to https://github.com/opencv/opencv_contrib/pull/1229 8 years ago
dkurt 12b179103b Disable feature https://github.com/opencv/opencv_contrib/pull/1194 in case of implicit reshape mask 8 years ago
Aleksandr Rybnikov aa0d8060de Added possibility of getting any intermediate blob with thrifty memory management 8 years ago
dkurt dc93eedecf Added Halide backend support for deep learning layers 8 years ago
dkurt e0fe0aa3df Fix reshape layer output size computation 8 years ago
Aleksandr Rybnikov 09b73b2dc7 Blobs reuse improvement (#1205) 8 years ago
Aleksandr Rybnikov 692ba7bafd Fixed SSD example, added test 8 years ago
dkurt 78ff9d931a Import SoftMax, LogSoftMax layers from Torch 8 years ago
Aleksandr Rybnikov a5d0ef520c Added statistics functions 8 years ago
Aleksandr Rybnikov 9b73fee29d Made separate functions for computing output shapes for all layers. Removed output blobs allocation from layers 8 years ago
Aleksandr Rybnikov 08ade5e10e Disabled FCN test on win32, changed googlenet test 8 years ago
Alexander Alekhin ddc58e76ad dnn: extra testdata files from OPENCV_DNN_TEST_DATA_PATH env 8 years ago
Aleksandr Rybnikov 3b01eaa3d8 Fixed bugs after dnn refactoring. Added new tests for layers (#1142) 8 years ago
Aleksandr Rybnikov 053303ab44 Added python scripts to estimating accuracy 8 years ago
Vadim Pisarevsky 3f5b465501 refactored DNN (#1102) 8 years ago
Maksim Shabunin 95d432db5d Download cache 8 years ago
arrybn b964d3a18b Added few tests for torch 8 years ago
arrybn 0cef050337 Updated proto files, added layers to caffe 8 years ago
Aleksandr Rybnikov 9c6c69a4e4 Fixed and added tests (#987) 8 years ago
arrybn e784f137f6 Added Torch ENet support 8 years ago
Aleksandr Rybnikov 327aa89c37 Added TensorFlow models loading 9 years ago
Maksim Shabunin 0e7405ce4c Fixed several GCC warnings 9 years ago
Vitaliy Lyudvichenko 4f57806858 Fixing of reshape and concat layers in OCL mode. 9 years ago
Vitaliy Lyudvichenko 7f0260c1db Adding of OCL versions of Concat, Split, Slice layers 9 years ago
Vitaliy Lyudvichenko 909a002241 Adding of OCL and public interface for InnerProduct layer 9 years ago
Vitaliy Lyudvichenko bf9e9b81ac Adding of OCL and public interface for Softmax layer 9 years ago
Vitaliy Lyudvichenko 0af7f9ea29 Adding of OCL & public interface for Pooling layer 9 years ago
Vitaliy Lyudvichenko 601afeed90 Adding of OCL implementations and public interfaces for Convolution and LRN 9 years ago
Vitaliy Lyudvichenko 50c9e1c912 Updating of (De)Convolution layer implementations 9 years ago
Vitaliy Lyudvichenko 1913eb7060 Adding of shape utils, more clearer layers implementations, more ocl tests 9 years ago
Vitaliy Lyudvichenko b70a9dc16d Adding of templated GPU/CPU implementation of Convolution layer 9 years ago
Vitaliy Lyudvichenko b26896c00e Adding of transperent Mat/UMat switching for Blob API 9 years ago
Vitaliy Lyudvichenko 99d1e44a29 Updating of RNN layer API and RNN 9 years ago
Vitaliy Lyudvichenko 45010af835 Extending of BlobShape and LSTMLayer API, adding of new test 9 years ago
Vitaliy Lyudvichenko a3c6f1dcf2 Updating API of LSTM layer, fixed LSTM bug in tanh() implementation 9 years ago
Vitaliy Lyudvichenko 4cb108efcd Adding CPU parallelization for element-wise layers and im2col operation 9 years ago
Vitaliy Lyudvichenko 6d3cb8080c Refinement of BlobShape API explicit BlobShape(int,int) constructor was removed 9 years ago
Vitaliy Lyudvichenko e099c3992f Adding of RNN layer 9 years ago
Vitaliy Lyudvichenko 67c825c04f Adding of perf test for DNN module. 9 years ago
Vitaliy Lyudvichenko 6ec22eee11 GSOC 2015: dnn module 10 years ago