From e2036eda34abb646f832e46b080e908068a1d467 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Jun 2018 20:11:34 +0200 Subject: debuggin.. --- data/recursive_dataset.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 863c385..dfa1d20 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -19,8 +19,9 @@ class RecursiveDataset(BaseDataset): def __getitem__(self, index): A_path = os.path.join(self.opt.render_dir, "frame_{:05d}.png".format(index)) - # print(A_path) + print("awaiting {}".format(A_path)) if not os.path.exists(A_path): + # print() 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