18 Commits (dd155218605bcc6e5efa42a19d764fe009998afb)

Author SHA1 Message Date
Vitaliy Lyudvichenko db4ff2172a Updated classification example 10 years ago
Vitaliy Lyudvichenko 6548839454 Added testdata images. Fixed Dict copy constructor. 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 ec74678920 Added element-wise layers. Fixed downloader and ConcatLayer. 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]". 10 years ago
Vitaliy Lyudvichenko 85ad43d325 Generalized Blob constructor and added vector of images support. 10 years ago
Vitaliy Lyudvichenko d02bced118 More refactoring over Blob. 10 years ago
Vitaliy Lyudvichenko 0ebe30a362 Blob class was significantly refactored 10 years ago
Vitaliy Lyudvichenko 983823468d Some layer fixes. Added concat layer and avg. pooling to sucesfully run GoogLeNet. 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 22272e8147 Many fixes. 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. 10 years ago
Vitaliy Lyudvichenko 1fd9304965 Dnn API changes (removed NetConfiguration, added LayerRegister, improved Blob). 10 years ago
Vitaliy Lyudvichenko 77321e3ad6 Added binary .caffemodel import support. 10 years ago
Vitaliy Lyudvichenko 6e23d93b39 Added simple .prototxt Caffe importer. 10 years ago