src/darknet.c
@@ -68,7 +68,7 @@ if(weightfile){ load_weights_upto(&net, weightfile, max); } //net.seen = 0; net.seen = 0; save_weights(net, outfile); } @@ -113,6 +113,8 @@ run_imagenet(argc, argv); } else if (0 == strcmp(argv[1], "detection")){ run_detection(argc, argv); } else if (0 == strcmp(argv[1], "test")){ test_resize(argv[2]); } else if (0 == strcmp(argv[1], "captcha")){ run_captcha(argc, argv); } else if (0 == strcmp(argv[1], "change")){