gotta make a CVPR demo

This commit is contained in:
Joseph Redmon
2017-07-21 19:33:49 -07:00
parent 0710531b66
commit 7a223d8591
3 changed files with 102 additions and 28 deletions

View File

@ -503,7 +503,7 @@ void validate_detector_recall(char *cfgfile, char *weightfile)
fprintf(stderr, "Learning Rate: %g, Momentum: %g, Decay: %g\n", net.learning_rate, net.momentum, net.decay);
srand(time(0));
list *plist = get_paths("data/voc.2007.test");
list *plist = get_paths("data/coco_val_5k.list");
char **paths = (char **)list_to_array(plist);
layer l = net.layers[net.n-1];