- 19 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 13 Jul, 2018 3 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 10 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 09 Jul, 2018 3 commits
-
-
Alexander Alekhin authored
"custom layers" feature will not work properly in these builds.
-
Alexander Alekhin authored
-
asciian authored
Remove some assertions Replace std::ifstream to std::istream Add test for new importer Remove constructor to load file Rename cfgStream and darknetModelStream to ifile Add error notification to inform pathname to user Use FileStorage instead of std::istream Use FileNode instead of FileStorage Fix typo
-
- 05 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 04 Jul, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 03 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 28 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 26 Jun, 2018 3 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 25 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 22 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 21 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 20 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 14 Jun, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 09 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 08 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 07 Jun, 2018 3 commits
-
-
rockzhan authored
dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu] (#11649) * this can make sure [depthwise conv(group=1) + bn + prelu] output not shift * add TEST to show the output mismatch in [DWconv+Prelu] * fix typo * change loading image to init cvMat directly * build runtime model, without loading external model * remove whitespace * change way to create a cvmat * add bias_term, add target output * fix [dwconv + prelu] value mismatch when no optimizations * fix Test error when change output channels * add parametric test * change num_output to group value * change conv code and change test back
-
David authored
* Added ResizeBilinear op for tf Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param). Minor changes to tf_importer and resize layer to save some code lines Minor changes in init.cpp Minor changes in tf_importer.cpp * Replaced implementation of a custom ResizeBilinear layer to all layers * Use Mat::ptr. Replace interpolation flags
-
Dmitry Kurtaev authored
-
- 05 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Jun, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
- 03 Jun, 2018 1 commit
-
-
Kuang Fangjun authored
-
- 01 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 31 May, 2018 3 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
* Update Intel's Inference Engine deep learning backend * Remove cpu_extension dependency * Update Darknet accuracy tests
- 30 May, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 29 May, 2018 2 commits
-
-
Tomoaki Teshima authored
-
Dmitry Kurtaev authored
-
- 22 May, 2018 1 commit
-
-
Alexander Alekhin authored
- eliminate rand() calls - non initialized members/ variables - unused return values - missing/useless NULL checks
-