47 Commits (6f4179d42d405148a6c86925d9345cbac2d4aa99)

Author SHA1 Message Date
Aleksandr Rybnikov 09b73b2dc7 Blobs reuse improvement (#1205) 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 a5d0ef520c Added statistics functions 8 years ago
Vadim Pisarevsky f78bb2c4e7 fixed shape() function (#1177) 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 053303ab44 Added python scripts to estimating accuracy 8 years ago
Vadim Pisarevsky 3f5b465501 refactored DNN (#1102) 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
arrybn 0cef050337 Updated proto files, added layers to caffe 8 years ago
arrybn e784f137f6 Added Torch ENet support 8 years ago
Aleksandr Rybnikov 327aa89c37 Added TensorFlow models loading 8 years ago
Vitaliy Lyudvichenko 662fc9c78a Fix docs warnings 9 years ago
Vitaliy Lyudvichenko dcf425256c Extended and generalized CropLayer implementation 9 years ago
Vitaliy Lyudvichenko 0674b6f3a2 Rewriting FlattenLayer and small fixes 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 b51ffe3e53 Adding of public interfaces and refactoring of Reshape and MVN layer. 9 years ago
Vitaliy Lyudvichenko 7f0260c1db Adding of OCL versions of Concat, Split, Slice layers 9 years ago
Vitaliy Lyudvichenko e713af1a69 Adding of OCL activations 9 years ago
Vitaliy Lyudvichenko e33da71a8a Adding of setTo method for Blob, fixing of UMat allocation 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 d8507fef74 Swapping of stride and pad params inside layers initializers 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
Anna Petrovicheva 201b6b0785 Small interface change proposals 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 44a8e81856 Adding of native OpenBLAS and Atlas BLAS'es support and fixed some warnings 9 years ago
Vitaliy Lyudvichenko 6d3cb8080c Refinement of BlobShape API explicit BlobShape(int,int) constructor was removed 9 years ago
Vitaliy Lyudvichenko 5baccb7bf1 Adding of docs headers for layers list, fixing of layer factory macroses 9 years ago
Vitaliy Lyudvichenko 2f6cac69f7 Improving of docs for recurrent layers 9 years ago
Vitaliy Lyudvichenko 09bbe0fb29 Fixing unix build and cmake MKL searching 9 years ago
Vitaliy Lyudvichenko e099c3992f Adding of RNN layer 9 years ago
Vitaliy Lyudvichenko 893a565951 Adding of reccurent layers (LSTM) 9 years ago
Vitaliy Lyudvichenko 67c825c04f Adding of perf test for DNN module. 9 years ago
Rok Mandeljc fcedee0abb opencv_dnn: replaced static LayerFactory::impl member with a static function that constructs the object on the first use (fix for bug #383) 10 years ago
Vitaliy Lyudvichenko 6ec22eee11 GSOC 2015: dnn module 10 years ago