From 30d23e0f445f2d0a2ca67499987ea079ba920de8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 02:50:30 +0200 Subject: test --- data/recursive_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/recursive_dataset.py') diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 0605458..b14bd66 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -22,7 +22,7 @@ class RecursiveDataset(BaseDataset): def __getitem__(self, index): A_path = self.opt.render_dir + "/frame_{:05d}.png".format(index) while not os.path.exists(A_path): - print(A_path) + # print(A_path) time.sleep(0.01) A_img = Image.open(A_path).convert('RGB') A = self.transform(A_img) -- cgit v1.2.3-70-g09d2