dkurt
8c03c6393b
Updated Halide tests according to https://github.com/opencv/opencv_contrib/pull/1229
8 years ago
Alexander Alekhin
0b4fc0618c
Merge pull request #1234 from dkurt:fix_reshape_layer
8 years ago
dkurt
12b179103b
Disable feature https://github.com/opencv/opencv_contrib/pull/1194 in case of implicit reshape mask
8 years ago
Aleksandr Rybnikov
aa0d8060de
Added possibility of getting any intermediate blob with thrifty memory management
8 years ago
Maksim Shabunin
b18e35793a
dnn: fixed GEMM1T AVX2 implementation ( #1231 )
8 years ago
Vladislav Sovrasov
dc332c7801
aruco: fix non-square marker size in _drawPlanarBoardImpl
8 years ago
Vadim Pisarevsky
81283e9d78
Merge pull request #1194 from dkurt:fix_torch_reshape
8 years ago
Vadim Pisarevsky
d95053f255
Merge pull request #1186 from dkurt:halide_support
8 years ago
dkurt
dc93eedecf
Added Halide backend support for deep learning layers
8 years ago
Vadim Pisarevsky
645260af34
optimized several conv net layers ( #1227 )
...
* 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
8 years ago
dkurt
e0fe0aa3df
Fix reshape layer output size computation
8 years ago
Alexander Alekhin
009d2efb75
Merge pull request #1222 from ceroytres:patch-1
8 years ago
Vadim Pisarevsky
6f4179d42d
Merge pull request #1214 from arrybn:ssd_test
8 years ago
Vadim Pisarevsky
0b845df0c7
Merge pull request #1220 from alalek:remove_3rdparty_jinja2_sources
8 years ago
Diego
fbbda575de
Fixed loop in buildPyramid in deepflow.cpp
...
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
8 years ago
Alexander Alekhin
843197503f
matlab: require installation of Jinja2 Python package
8 years ago
Aleksandr Rybnikov
09b73b2dc7
Blobs reuse improvement ( #1205 )
...
* Reuse deep learning output blobs
* Changed order for iterating through blobs while seeking memory. Refactored a little.
8 years ago
Vadim Pisarevsky
1c8809ff7d
Merge pull request #1207 from natsuki14:master
8 years ago
Alexander Alekhin
73dc666dba
Merge pull request #1212 from dkurt:torch_softmax_layer
8 years ago
Jcrist99
6c9d6d507b
Merge pull request #1210 from abratchik:contrib.java.wrapper.fix.3.2
...
fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder (#1210 )
* fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder
* fix comments
8 years ago
Aleksandr Rybnikov
692ba7bafd
Fixed SSD example, added test
8 years ago
dkurt
78ff9d931a
Import SoftMax, LogSoftMax layers from Torch
8 years ago
Alexander Alekhin
9638b1454a
Merge pull request #1191 from abratchik:contrib.java.wrapper.fix.3.2
8 years ago
Alexander Alekhin
63bb7c1664
Merge pull request #1208 from Bleach665:fix_VS2010
8 years ago
Yuriy Obukh
41559d7481
Some changes to make VS2010 compiler happy.
8 years ago
Natsuki Kawai
f57d6fbbb6
Fixed a buffer overflow which occurs when setImage is called with different images and default image_id.
8 years ago
abratchik
53da3059a4
Fix java wrappers for Text module
8 years ago
Woody Chow
ab43a3b2d9
Use TLS instead of mutex in SIFT
8 years ago
Woody Chow
6be2945abb
Multithreading findScaleSpaceExtremaComputer. Sort the keypoints afterwards to make the output stable
8 years ago
Alexander Alekhin
38dd47cf40
Merge pull request #1196 from tucna:fuzzy_documentation
8 years ago
Pavel Vlasanek
ca6ccac67f
Tutorials added and documentation updated.
...
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.
8 years ago
Alexander Alekhin
27f6d4e78e
Merge pull request #1190 from catree:fix_aruco_doCornerRefinement
8 years ago
catree
dc8e29a0ad
Update doCornerRefinement() parameter to cornerRefinementMethod().
8 years ago
Dmitry Kurtaev
2abf45d1ee
Made some deep learning layers params are public ( #1134 )
8 years ago
Aleksandr Rybnikov
78fabfe606
Changed blobFromImages() function, so it can handle 1-channel images ( #1185 )
8 years ago
Vadim Pisarevsky
1ca1a1257f
Merge pull request #1183 from dkurt:fix_allocation_issues
8 years ago
dkurt
d5ac902f18
Fix changes with allocating memory outside layers.
8 years ago
Vadim Pisarevsky
a4cc801404
Merge pull request #1179 from arrybn:statistics
8 years ago
Vadim Pisarevsky
9ace63388c
Merge pull request #1182 from sovrasov:dnn_build_wo_torch
8 years ago
Vladislav Sovrasov
50a52424fa
dnn: fix possible build problem with tensor flow, get rid of catch(...)
8 years ago
Vladislav Sovrasov
10aee918c0
Fix DNN module build without torch
8 years ago
Maksim Shabunin
503b00f1f4
Merge pull request #1180 from sovrasov:win64_ocl_warn_fix
8 years ago
Vladislav Sovrasov
731ee7bbd7
ximgproc: fix warning in OCL related code on Windows platform
8 years ago
Aleksandr Rybnikov
a5d0ef520c
Added statistics functions
8 years ago
Vadim Pisarevsky
7d443669c6
Merge pull request #1146 from saskatchewancatch:i1138
8 years ago
Vadim Pisarevsky
b74c25da7f
Merge pull request #1176 from vpisarev:anisodiff
8 years ago
Vadim Pisarevsky
f78bb2c4e7
fixed shape() function ( #1177 )
8 years ago
Vadim Pisarevsky
4b1834acea
Merge pull request #1156 from arrybn:layers_shapes
8 years ago
Vadim Pisarevsky
3e9b1f669e
Merge pull request #1123 from sovrasov:tracker_kcf_conf
8 years ago
Vadim Pisarevsky
b885d28ca0
fixed test failures; removed extra whitespaces
8 years ago