• Vadim Pisarevsky's avatar
    refactored DNN (#1102) · 3f5b4655
    Vadim Pisarevsky authored
    * the first commit in the merged dnn: convert some public API from Blob's to Mat's
    
    * temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead
    
    * got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead
    
    * fixed a few compile errors
    
    * got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files
    
    * normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors
    
    * fixed sample compilation
    
    * suppress doxygen warnings
    
    * trying to fix python bindings generation for DNN module
    
    * temporarily disable python bindings while we refactor the module
    
    * fix win32/win64 compile errors; remove trailing whitespaces
    
    * fix win32/win64 compile errors; remove trailing whitespaces
    3f5b4655
Name
Last commit
Last update
..
.gitignore Loading commit data...
VGG_VOC0712_SSD_300x300_iter_60000.prototxt Loading commit data...
bvlc_googlenet.prototxt Loading commit data...
caffe_googlenet.cpp Loading commit data...
fcn32s-heavy-pascal.prototxt Loading commit data...
fcn8s-heavy-pascal.prototxt Loading commit data...
fcn_semsegm.cpp Loading commit data...
googlenet_python.py Loading commit data...
pascal-classes.txt Loading commit data...
rgb.jpg Loading commit data...
space_shuttle.jpg Loading commit data...
ssd_object_detection.cpp Loading commit data...
synset_words.txt Loading commit data...
tf_inception.cpp Loading commit data...
torch_enet.cpp Loading commit data...