src/yolo.c
@@ -284,7 +284,7 @@ void test_yolo(char *cfgfile, char *weightfile, char *filename, float thresh) { image *alphabet = load_alphabet(); image **alphabet = load_alphabet(); network net = parse_network_cfg(cfgfile); if(weightfile){ load_weights(&net, weightfile);