sync issues

This commit is contained in:
Joseph Redmon 2015-06-09 13:56:27 -07:00
commit 7fe80a2bb5
1 changed files with 2 additions and 1 deletions

View File

@ -260,8 +260,9 @@ void train_detection(char *cfgfile, char *weightfile)
//plist = get_paths("/home/pjreddie/data/voc/no_2012_val.txt");
//plist = get_paths("/home/pjreddie/data/voc/no_2007_test.txt");
//plist = get_paths("/home/pjreddie/data/voc/val_2012.txt");
plist = get_paths("/home/pjreddie/data/voc/no_2007_test.txt");
//plist = get_paths("/home/pjreddie/data/coco/trainval.txt");
plist = get_paths("/home/pjreddie/data/voc/all2007-2012.txt");
//plist = get_paths("/home/pjreddie/data/voc/all2007-2012.txt");
}
paths = (char **)list_to_array(plist);
pthread_t load_thread = load_data_detection_thread(imgs, paths, plist->size, classes, net.w, net.h, side, side, background, &buffer);