119 Commits (6f4179d42d405148a6c86925d9345cbac2d4aa99)

Author SHA1 Message Date
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
Dmitry Kurtaev 2abf45d1ee Made some deep learning layers params are public (#1134) 8 years ago
Aleksandr Rybnikov 78fabfe606 Changed blobFromImages() function, so it can handle 1-channel images (#1185) 8 years ago
dkurt d5ac902f18 Fix changes with allocating memory outside layers. 8 years ago
Vladislav Sovrasov 50a52424fa dnn: fix possible build problem with tensor flow, get rid of catch(...) 8 years ago
Vladislav Sovrasov 10aee918c0 Fix DNN module build without 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
dkurt eca606277a Enabled parallel computation of ReLU activation layer 8 years ago
dkurt 743f82c002 Removed an extra reallocation of networks every setBlob call. 8 years ago
Aleksandr Rybnikov 3b01eaa3d8 Fixed bugs after dnn refactoring. Added new tests for layers (#1142) 8 years ago
Vadim Pisarevsky 7578908901 removed trailing whitespaces 8 years ago
Vadim Pisarevsky 9e26b24d04 improved speed of ENet processing. 8 years ago
Aleksandr Rybnikov 053303ab44 Added python scripts to estimating accuracy 8 years ago
Vladislav Sovrasov 96222f36c3 dnn: fix build without Torch 8 years ago
Vadim Pisarevsky 3f5b465501 refactored DNN (#1102) 8 years ago
Aleksandr Rybnikov f3d751f44e Fixed bug 8 years ago
Aleksandr Rybnikov fd89b57453 Changed parameters of unpooling layer 8 years ago
Dmitry Kurtaev 8d74aaad3a Merge pull request #1006 from dkurt:get_layer_inputs 8 years ago
dkurt d95fdc7df6 Elementwise layers parameters initialization. 8 years ago
dkurt a28b3f3086 Added missed layers names and types initializations 8 years ago
arrybn b964d3a18b Added few tests for torch 8 years ago
Alexander Alekhin e6550fcad5 dnn: fix OpenCL code in pooling_ocl 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
Vladislav Sovrasov 7c7c2848cf Fix python bindings for dnn when Torch is disabled 8 years ago
Alexander Alekhin 4bf9cb5520 dnn: fix 'log1p' re-definition in THGeneral 8 years ago
Alexander Alekhin 62cc8d86e9 dnn: build fixes 8 years ago
Alexander Alekhin 2feb23cf36 cmake: include contrib modules into "opencv_world" 8 years ago
Alexander Alekhin 695996e826 dnn: fix iOS build warnings 8 years ago
Vladislav Sovrasov 620d74ab1f Put Torch importer implementation under ifdef 8 years ago
arrybn 310a096b46 Added im2row, tiny optimiziations 8 years ago
arrybn e784f137f6 Added Torch ENet support 8 years ago
Vadim Pisarevsky c84a6604c1 moved BLAS/LAPACK detection scripts to the main repository. Give preference to the external BLAS over OpenCV's gemm, which improves performance of dnn module by a lot 8 years ago
Aleksandr Rybnikov 327aa89c37 Added TensorFlow models loading 8 years ago
Vadim Pisarevsky b59f3989f5 fixed some compile warnings in dnn & protobuf; improved convolution layer performance when blas is not available by parallelizing gemmCPU() function in dnn 9 years ago
Vitaliy Lyudvichenko cd029345b3 Avoid throwing glog exeptions from destructor 9 years ago
Vitaliy Lyudvichenko dcf425256c Extended and generalized CropLayer implementation 9 years ago
Vitaliy Lyudvichenko 8b4b7f6c93 Eliminated packed precompiled Caffe protobuf sources 9 years ago
Vitaliy Lyudvichenko 0674b6f3a2 Rewriting FlattenLayer and small fixes 9 years ago
Vitaliy Lyudvichenko 266692e1b6 Improving of Caffe importer compatibility 9 years ago
Vitaliy Lyudvichenko 4b99c937d7 Replacing src/bindings dir for user-defined python conversions to misc/python 9 years ago
Vitaliy Lyudvichenko 589286bb9f Adding of pyhon bindings for dnn module 9 years ago
VBystricky cc8442e435 Add CropLayer and EltWise layer implementation. Add sample for semantic segmentation network. 9 years ago
Vitaliy Lyudvichenko a62f7e1d89 Small refactoring of RNN layers 9 years ago
Vitaliy Lyudvichenko 942e920522 Fixing of reshape layer to pass Torch test 9 years ago
Vitaliy Lyudvichenko 231546b717 Adding useful .gitignore 9 years ago
Vitaliy Lyudvichenko b51ffe3e53 Adding of public interfaces and refactoring of Reshape and MVN layer. 9 years ago