Vitaliy Lyudvichenko
2905c03581
Multiple layers support added into Torch importer.
...
Also DictValue was refactored.
10 years ago
Vitaliy Lyudvichenko
7d795af6a0
Fixed Torch parser
10 years ago
Vitaliy Lyudvichenko
4da1046d68
Implemented draft Torch importer
10 years ago
Vitaliy Lyudvichenko
db4ff2172a
Updated classification example
10 years ago
Vitaliy Lyudvichenko
6548839454
Added testdata images. Fixed Dict copy constructor.
10 years ago
Vitaliy Lyudvichenko
ff45c2252b
Fixed gcc build errors.
10 years ago
Vitaliy Lyudvichenko
9b1e28ec17
Refactored ConvolutionLayer, added Deconvolution.
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
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
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
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
Vitaliy Lyudvichenko
0ebe30a362
Blob class was significantly refactored
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
Vitaliy Lyudvichenko
6fd67d44b0
Updated test. Added and successfuly passed AlexNet reproducibility test. Small fixes.
10 years ago
Vitaliy Lyudvichenko
761b037126
Fixed critical bug in dnn::Dict. Fixed LRN layer implementation. Added layers test.
10 years ago
Vitaliy Lyudvichenko
cfdf060ff5
Fixed more warnings. Updated glog_emulator.hpp:
10 years ago
Vitaliy Lyudvichenko
d1179832f7
Deleted trailing whitespaces
10 years ago
Vitaliy Lyudvichenko
2717765841
Fixed some warnings
10 years ago
Vitaliy Lyudvichenko
0f7907dc5f
updated example
10 years ago
Vitaliy Lyudvichenko
99b8dac9d6
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
49b5e5e39d
Merge branch 'master' of github.com:ludv1x/opencv_contrib
10 years ago
Vitaliy Lyudvichenko
13edaaacc3
Added group param to convolution_layer.cpp
10 years ago
Maksim Shabunin
8a05bdbcc9
Merge pull request #134 from PhilLab/patch-2
...
SurfaceMatching: OpenMP indices
10 years ago
Anatoly Baksheev
0cd5459eb0
added incdes to project so that it could be visible in some IDEs (ex. qtcreator)
10 years ago
Anatoly Baksheev
d80c272f7d
fixed stand alone link errors
10 years ago
Vitaliy Lyudvichenko
66fa1e10f6
Random changes in matlab/* module was reverted
10 years ago
Philipp Hasper
1d7f80b0c5
SurfaceMatching: OpenMP indices
...
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
10 years ago
Vitaliy Lyudvichenko
9cddccf0ef
Added AlexNet sample. Removed big .caffemodel files from repo.
10 years ago
Vitaliy Lyudvichenko
22272e8147
Many fixes.
10 years ago
Vadim Pisarevsky
91bb20da0c
Merge pull request #268 from berak/patch-2
...
change round to cvRound
10 years ago
Vitaliy Lyudvichenko
eef4d1dda9
Added LRN and SoftMax layers, some fixes
10 years ago
Vitaliy Lyudvichenko
09ffc43ce6
Fixed CMake and CPP build errors
10 years ago
Vitaliy Lyudvichenko
48ab440f8e
Changed default parameter
10 years ago
Vitaliy Lyudvichenko
29966ee92c
added HAVE_PROTOBUF macro
10 years ago
Maksim Shabunin
b6029dab73
Merge pull request #274 from berak/patch-4
...
fix for issue #195
10 years ago
berak
4dcf02d631
fix for issue #195
...
avoid overflow in histogram access
10 years ago
Vitaliy Lyudvichenko
2c501f33e4
Replace CMake WARNING onto STATUS
10 years ago
Vitaliy Lyudvichenko
383715d330
libprotobuf is optional dependency now
10 years ago
Vadim Pisarevsky
af63b7ab51
Merge pull request #251 from MMp131316/stereoBranch
...
Stereo branch
10 years ago
Vadim Pisarevsky
77e2226121
Merge pull request #269 from berak/patch-3
...
remove floor call
10 years ago
Vitaliy Lyudvichenko
eba62d5068
Layers implementations divided onto separated files.
10 years ago