- 21 Jun, 2017 8 commits
-
-
Vadim Pisarevsky authored
-
Aleksandr Rybnikov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
* some further optimizations and cleanups in dnn: + got rid of dnn::gemm; it's not perf critical anymore (perhaps) + embedded col2im functionality into convolution_layer.cpp, since it's not used anywhere else + parallel max pooling. even better performance can be achieved if we knew that max indices are not needed (and they are not needed in most networks) + somewhat optimized deconvolution layer: optimized bias addition (merged it with col2im), optimized col2im slightly. + hopefully fixed incorrect memory access in fully-connected layer; restored aligned memory reads (they should work fine now) * hopefully fixed regressions in ENet performance * fixed some typos in deconvolution; added SIMD optimization for the max pooling layer * fixed warnings in SIMD-less build configuration
-
Vladislav Sovrasov authored
-
- 20 Jun, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
-
- 19 Jun, 2017 2 commits
-
-
Alexander Alekhin authored
-
-
- 16 Jun, 2017 3 commits
-
-
Aleksandr Rybnikov authored
-
Maksim Shabunin authored
-
Vladislav Sovrasov authored
-
- 15 Jun, 2017 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
dkurt authored
-
Vadim Pisarevsky authored
* rewritten the following layers to be [much] more efficient: convolution, fully connected, activations (relu, tanh, ...), LRN. Use optional AVX optimization for the first two. * eliminated trailing whitespaces
-
dkurt authored
-
- 14 Jun, 2017 4 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Diego authored
The while loop in member function buildPyramid in deepflow.cpp terminated as a result of the break statement and never as a result of the termination criteria because the "i" variable in the while loop was never incremented. Changed the while loop into a for loop Changed the while loop into a for loop in the member function buildPyramid in deepFlow.cpp removed trailing whitespace
-
- 11 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2017 2 commits
-
-
Aleksandr Rybnikov authored
* Reuse deep learning output blobs * Changed order for iterating through blobs while seeking memory. Refactored a little.
-
Vadim Pisarevsky authored
-
- 08 Jun, 2017 2 commits
-
-
Alexander Alekhin authored
-
Jcrist99 authored
fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder (#1210) * fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder * fix comments
-
- 06 Jun, 2017 1 commit
-
-
Aleksandr Rybnikov authored
-
- 05 Jun, 2017 1 commit
-
-
dkurt authored
-
- 03 Jun, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 Jun, 2017 2 commits
-
-
Yuriy Obukh authored
-
Natsuki Kawai authored
Fixed a buffer overflow which occurs when setImage is called with different images and default image_id.
-
- 31 May, 2017 1 commit
-
-
abratchik authored
-
- 30 May, 2017 2 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasanek authored
Incremental commit. Theory updated. Theory finished. Inpainting in progress. Inpainting done plus minor fix in kernel computation. Tutorials done. Documentation done. Whitespace fix. Update. Conversion to jpg. Documentation links fixed.
-
- 27 May, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 May, 2017 1 commit
-
-
catree authored
-