diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:44:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:44:06 +0200 |
| commit | f19f765a93ffe3ac72d43eaa37993c2037449bba (patch) | |
| tree | 9e8478657a141b1aa8bfd10614b96976be77c61f /data/recursive_dataset.py | |
| parent | d09a4fe52cd69fc89a3fa3f80f6f79dd766b8829 (diff) | |
test
Diffstat (limited to 'data/recursive_dataset.py')
| -rw-r--r-- | data/recursive_dataset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 762e391..5cc3e4a 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -15,7 +15,7 @@ class RecursiveDataset(BaseDataset): self.A_paths = make_dataset(self.dir_A) self.A_paths = sorted(self.A_paths) - self.stuff = [opt.dataroot + 'frame_0000.png'] + self.stuff = [opt.dataroot + 'frame_00000.png'] self.transform = get_transform(opt) |
