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
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
13edaaacc3
Added group param to convolution_layer.cpp
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
9cddccf0ef
Added AlexNet sample. Removed big .caffemodel files from repo.
10 years ago
Vitaliy Lyudvichenko
22272e8147
Many fixes.
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
Vitaliy Lyudvichenko
2c501f33e4
Replace CMake WARNING onto STATUS
10 years ago
Vitaliy Lyudvichenko
383715d330
libprotobuf is optional dependency now
10 years ago
Vitaliy Lyudvichenko
eba62d5068
Layers implementations divided onto separated files.
10 years ago
Vitaliy Lyudvichenko
51df95d45f
Added GSTRB test data.
10 years ago
Vitaliy Lyudvichenko
ed1c5691f4
[Bomb commit] Implemented 4 main layers. Changes in API. Added worked classification example from GTSRB into tests.
10 years ago
Vitaliy Lyudvichenko
194271df50
Implemented allocation of DAG and it's forward pass.
...
Added wrappers for basic layers.
10 years ago
Vitaliy Lyudvichenko
ee837c1132
Updated CMakeLists.txt
10 years ago
Vitaliy Lyudvichenko
1fd9304965
Dnn API changes (removed NetConfiguration, added LayerRegister, improved Blob).
10 years ago
Anatoly Baksheev
eb958463c9
some warnings disabled
10 years ago
Anatoly Baksheev
10c3a1378a
umbrealla header
10 years ago
Anatoly Baksheev
42b36fb346
more compilation
10 years ago
Anatoly Baksheev
62feeec31d
fixed compilation witn C++11 compiler
10 years ago
Vitaliy Lyudvichenko
77321e3ad6
Added binary .caffemodel import support.
...
Some changes in API.
Caffe source files was cleared from unnecessary code.
10 years ago
Vitaliy Lyudvichenko
6e23d93b39
Added simple .prototxt Caffe importer.
10 years ago
Vitaliy Lyudvichenko
a6963b4abb
Updated CMakeLists.txt to support protobuf Messages auto generation.
10 years ago
Vitaliy Lyudvichenko
cfb9cfab9b
Added libprotobuf to CMake. Added some Caffe files.
10 years ago
Vitaliy Lyudvichenko
2f6d743342
Added dnn module with draft interface.
10 years ago