mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
sync issues
This commit is contained in:
commit
7fe80a2bb5
@ -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_2012_val.txt");
|
||||||
//plist = get_paths("/home/pjreddie/data/voc/no_2007_test.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/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/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);
|
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);
|
pthread_t load_thread = load_data_detection_thread(imgs, paths, plist->size, classes, net.w, net.h, side, side, background, &buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user