AlexeyAB
2018-01-24 cc6ab9b3ccf48322b97f7fe096381d5594d198f7
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);
    }