Skip to content
Snippets Groups Projects
Commit 7fe80a2b authored by Joseph Redmon's avatar Joseph Redmon
Browse files

sync issues

parents e63b3a6f 28d5a4a9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment