Vitaliy Lyudvichenko
ff45c2252b
Fixed gcc build errors.
10 years ago
lluis
015e00bcdb
Fix memory leak bug #4420
10 years ago
Alexander Alekhin
17a947d887
Merge pull request #305 from mshabunin:fix-android-warnings
10 years ago
Vitaliy Lyudvichenko
9b1e28ec17
Refactored ConvolutionLayer, added Deconvolution.
10 years ago
Maksim Shabunin
aafda8fa66
Fixing GCC 4.9 warning
10 years ago
Alexander Stohr
70a2b23a6d
use better condition for checking if compiler supports round()
10 years ago
Alexander Stohr
df88c31892
eliminate some warnings
10 years ago
Alexander Stohr
024d8486a4
fix suffix that was in-compatible with MSVC 2012 (VC 11)
10 years ago
Alexander Stohr
8e24552f6c
make sources compile again on MSVC 2012 (VC 11) by adding round()
10 years ago
Vitaliy Lyudvichenko
527fa656a5
Rewrited concat_layer.cpp in OpenCV-style. Fixed slice layer, added test for slice, split and reshape layers.
10 years ago
Vadim Pisarevsky
865346fdbe
Merge pull request #299 from atomala/master
...
Fixed bug in LSDDetector where mask doesn't remove all undesired lines
10 years ago
Vitaliy Lyudvichenko
71cfae419c
Added Split and Slice layer.
10 years ago
Vitaliy Lyudvichenko
172419ea1c
Added Reshape layer and altered importer to correctly handle its params.
10 years ago
Vitaliy Lyudvichenko
3aa37d2971
Array of parmaters support into caffe_importer.cpp
10 years ago
Vitaliy Lyudvichenko
0362da927c
Added array support for Dict.
10 years ago
Vitaliy Lyudvichenko
ec74678920
Added element-wise layers. Fixed downloader and ConcatLayer.
10 years ago
Vitaliy Lyudvichenko
de4d8005a9
Added .caffemodel files downloader for tests on post-build step.
10 years ago
Alex Tomala
6219b5dfba
Fixed bug in LSDDetector where mask doesn't remove all undesired lines
10 years ago
lluis
2e787d6b42
fix Winx64 warnings
10 years ago
lluis
00f670e779
update to use the new createOCRHMMTransitionsTable() function, and fix program description in header comments
10 years ago
lluis
e4cc9a77a9
Adds createOCRHMMTransitionsTable() utility function to create a tailored language model transitions table from a given list of words (lexicon)
10 years ago
Vitaliy Lyudvichenko
9783bba1bf
Merge branch 'master' into work
10 years ago
Vitaliy Lyudvichenko
b9e85edd39
fixed sign type mismatch warnings in cnpy
10 years ago
Vitaliy Lyudvichenko
75e09fdc63
Implement ambiguous blobs naming scheme like: "layerName[.OutputName]".
...
Old Caffe-like blob naming scheme was deleted.
10 years ago
Vadim Pisarevsky
f9634fd8cd
Merge pull request #288 from Auron-X/TLD_OpenCL_Support
...
TLD Open CL Support
10 years ago
Vadim Pisarevsky
f86a703b7e
Merge pull request #296 from berak/wrap_xfeatures2d
...
wrap DAISY and LATCH to scripting
10 years ago
berak
bbee260321
wrap DAISY and LATCH to scripting
10 years ago
Vladimir
6b377061ce
Fixing Warnings
10 years ago
Vitaliy Lyudvichenko
85ad43d325
Generalized Blob constructor and added vector of images support.
...
AlexNet and GoogLeNet tests updated.
10 years ago
Vitaliy Lyudvichenko
d02bced118
More refactoring over Blob.
...
More refactoring over Blob.
Fix warnings and eliminated zlib dependency in cnpy.h
10 years ago
Vladimir
1a8f4a896d
Transparent API Support
10 years ago
Vitaliy Lyudvichenko
0ebe30a362
Blob class was significantly refactored
10 years ago
Vladimir
07a2b55f96
Whitespace Fix
10 years ago
Vladimir
adfa8d4404
Added OCL version of "integrateAdditional" function
10 years ago
Vitaliy Lyudvichenko
6f8a73bdf0
Replaced CMake if() condition for standalone build.
10 years ago
Vitaliy Lyudvichenko
983823468d
Some layer fixes. Added concat layer and avg. pooling to sucesfully run GoogLeNet.
...
Added concat layer, implemented average pooling to run GoogLeNet.
Fixed transpose error in FullyConnected layer (hotfix in softmax layer).
Added GoogleNet test and updated AlexNet test (both nets now work fine).
10 years ago
Vladimir
73558186b8
Merge Fix #2
10 years ago
Vladimir
e43ad495ca
Merge Fix #1
10 years ago
Vladimir
74c01253a7
Merge remote-tracking branch 'origin/TLD_OpenCL_Support' into TLD_OpenCL_Support
...
Conflicts:
modules/tracking/src/precomp.hpp
modules/tracking/src/tldDetector.cpp
modules/tracking/src/tldDetector.hpp
modules/tracking/src/tldModel.cpp
modules/tracking/src/tldModel.hpp
10 years ago
Vladimir
8a5f113da4
Fixing Warnings #5
10 years ago
Vladimir
1b3dc24f89
Fixing Warnings #4
10 years ago
Vladimir
dd48e0627c
Fixing Warnings #3
10 years ago
Vladimir
6da3704835
Fixing Warnings #2
10 years ago
Vladimir
34d91fa968
Warnings Fix #1
10 years ago
Vladimir
5a4184b619
2-nd level of parallelization + detector remake
...
1. Added 2-nd level of parallelization of NN on OpenCL
2. Restructured detector - now all filters work independently:
Variance Filter->Ensemble->NN, through "buffers"
10 years ago
Vladimir
38d5db71fe
Added OCL versions of Sr and Sc functions
10 years ago
Vadim Pisarevsky
44e14b386e
Merge pull request #292 from vpisarev/fix_ios_warinings
...
fixed warnings in the tracking module
10 years ago
Vadim Pisarevsky
ef10402f2f
fixed warnings in the tracking module
10 years ago
Vadim Pisarevsky
5ec764d8bd
Merge pull request #279 from buzziam/master
...
Fix for Itseez/opencv_contrib/issues/278 - core dump in the case of no match(...) results.
10 years ago
Vadim Pisarevsky
cf1cc73748
Merge pull request #283 from lluisgomez/master
...
Adds a first implementation of the OCRBeamSearchDecoder class
10 years ago