diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:19:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:19:10 +0200 |
| commit | 1237ee0efcc9a70ca9b141dadf4aa06b897eae4e (patch) | |
| tree | 192cdc6482c724bb555ca614683a4da65a2299ba /data/recursive_dataset.py | |
| parent | dfda992e7f0966a2253a8ed4f3ed6c2b93baeaf0 (diff) | |
k
Diffstat (limited to 'data/recursive_dataset.py')
| -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 6d67f81..10513a6 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -56,6 +56,7 @@ class RecursiveDataset(BaseDataset): print('append', path) # next_image = path im.append(path) + im.get(path) def name(self): return 'RecursiveImageDataset' |
