Alexey
2017-11-02 49d39922e6c2f991bcc7f446bcde535b35d24a87
src/demo.c
@@ -125,7 +125,7 @@
    demo_classes = classes;
    demo_thresh = thresh;
    printf("Demo\n");
    net = parse_network_cfg(cfgfile);
    net = parse_network_cfg_custom(cfgfile, 1);
    if(weightfile){
        load_weights(&net, weightfile);
    }