diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 04:02:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 04:02:47 +0200 |
| commit | 027ba64b5ea4c5ab5c0b1a40ea69c06eb8cc84f0 (patch) | |
| tree | 12451d2b7d6505839aee21e9878bac4cd928aaf2 /data | |
| parent | fa1e819c6a3d30e8426902b315879aaef40c5dfd (diff) | |
un rato
Diffstat (limited to 'data')
| -rw-r--r-- | data/recursive_dataset.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 9b515d3..ee8e5df 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -21,6 +21,7 @@ class RecursiveDataset(BaseDataset): A_path = os.path.join(self.opt.render_dir, "frame_{:05d}.png".format(index)) print(A_path) while not os.path.exists(A_path): + print('geevent sleep?') gevent.sleep(self.opt.poll_delay) A_img = Image.open(A_path).convert('RGB') A = self.transform(A_img) |
