summaryrefslogtreecommitdiff
path: root/data/recursive_dataset.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 20:15:50 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 20:15:50 +0200
commitd91422b81f7f3ad210ab6625ac8bb4eb2b2fec23 (patch)
treec1d6af3f16229cee3124ea16b4c8ccec0c8f770c /data/recursive_dataset.py
parente2036eda34abb646f832e46b080e908068a1d467 (diff)
debuggin..
Diffstat (limited to 'data/recursive_dataset.py')
-rw-r--r--data/recursive_dataset.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py
index dfa1d20..768f9af 100644
--- a/data/recursive_dataset.py
+++ b/data/recursive_dataset.py
@@ -19,7 +19,6 @@ class RecursiveDataset(BaseDataset):
def __getitem__(self, index):
A_path = os.path.join(self.opt.render_dir, "frame_{:05d}.png".format(index))
- print("awaiting {}".format(A_path))
if not os.path.exists(A_path):
# print()
while not os.path.exists(A_path):