From 772b92fdab6c52cafe675f7429b29f443d7691a4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 17 Jun 2018 09:29:58 +0200 Subject: logz --- 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 e8d6c70..40b7ebf 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -18,7 +18,7 @@ class RecursiveDataset(BaseDataset): ### input A (label maps) A_path = os.path.join(self.opt.render_dir, "frame_{:05d}.png".format(index)) if not os.path.exists(A_path): - print("{} doesn't exist, waiting for it".format(A_path)) + # print("{} doesn't exist, waiting for it".format(A_path)) while not os.path.exists(A_path): # print('sleeping for {}'.format(self.opt.poll_delay)) time.sleep(self.opt.poll_delay) -- cgit v1.2.3-70-g09d2