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); } @@ -93,6 +93,7 @@ int main(int argc, char **argv) { //test_box(); //test_convolutional_layer(); if(argc < 2){ fprintf(stderr, "usage: %s <function>\n", argv[0]);