46 Commits (67a305ad6e4aa36d95da141f22acb67f17cbca89)

Author SHA1 Message Date
Maksim Shabunin 0e7405ce4c Fixed several GCC warnings 9 years ago
VBystricky cc8442e435 Add CropLayer and EltWise layer implementation. Add sample for semantic segmentation network. 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
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 d0a9683fa5 Moving of Caffe loaders into separate file 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
Alexander Alekhin 38ece115a0 disable dnn for aarch64 platform 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
Alexander Alekhin 823dea726f migration: github.com/opencv/opencv_contrib 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 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 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 b96fbe4cbb Optimization of InnerProduct layer 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
Vitaliy Lyudvichenko b1c87936e3 adding of BLAS and MKL support into dnn module 9 years ago
Alexander Alekhin 5fe21e4965 cmake: fix build on MacOSX 9 years ago
Suleyman TURKMEN e3d11d99a8 Update blob.cpp 10 years ago
Alexander Alekhin 4e28272875 cmake: DOWNLOAD_EXTERNAL_TEST_DATA option 10 years ago
Maksim Shabunin 189c2b47c6 Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash 10 years ago
Maksim Shabunin 3bd8f27f17 DNN module 3rdparty VS 2015 warnings disabled 10 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
Alexander Alekhin ac8dd366e4 ocl: fix "off" mode 10 years ago
Vitaliy Lyudvichenko 6ec22eee11 GSOC 2015: dnn module 10 years ago