- 19 May, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 May, 2017 6 commits
-
-
LaurentBerger authored
-
Aleksandr Rybnikov authored
-
Alexander Alekhin authored
-
Philipp Hasper authored
-
Philipp Hasper authored
-
Philipp Hasper authored
The other implementation of reconstruct() had the flag enabled. Enabling it here as well for consistency
-
- 17 May, 2017 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
dkurt authored
-
- 16 May, 2017 2 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasanek authored
New method added plus minor fixes Tests finalization Whitespace fix. Warning fixes. Whitespace warning.
-
- 15 May, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 12 May, 2017 1 commit
-
-
LaurentBerger authored
-
- 11 May, 2017 4 commits
-
-
LaurentBerger authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
berak authored
change braces in abs() call resolves: #1157
-
- 10 May, 2017 2 commits
-
-
lhelontra authored
fixed typo replaces Mat& to Input/OutputArray in public methods. small fix. small fixes
-
Aleksandr Rybnikov authored
* Fixed bugs after dnn refactoring. Added new tests for layers * Fixed torch tests
-
- 08 May, 2017 2 commits
-
-
atinfinity authored
-
atinfinity authored
-
- 03 May, 2017 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 May, 2017 2 commits
-
-
olivierpascal authored
-
olivierpascal authored
-
- 27 Apr, 2017 4 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 26 Apr, 2017 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Apr, 2017 7 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Aleksandr Rybnikov authored
-
Vladislav Sovrasov authored
-
Vadim Pisarevsky authored
* the first commit in the merged dnn: convert some public API from Blob's to Mat's * temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead * got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead * fixed a few compile errors * got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files * normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors * fixed sample compilation * suppress doxygen warnings * trying to fix python bindings generation for DNN module * temporarily disable python bindings while we refactor the module * fix win32/win64 compile errors; remove trailing whitespaces * fix win32/win64 compile errors; remove trailing whitespaces
-