From 46161ed94d4018df6b5caebdaf4e91f31fbd065d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 23 Nov 2019 12:09:46 -1000 Subject: [PATCH] updates --- utils/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/datasets.py b/utils/datasets.py index 42b154fc..a456c185 100755 --- a/utils/datasets.py +++ b/utils/datasets.py @@ -802,7 +802,7 @@ def convert_images2bmp(): file.write(lines) -def imagelist2folder(path='../data/sm3/out_test.txt'): # from utils.datasets import *; imagelist2folder() +def imagelist2folder(path='data/coco_64img.txt'): # from utils.datasets import *; imagelist2folder() # Copies all the images in a text file (list of images) into a folder create_folder(path[:-4]) with open(path, 'r') as f: