diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:13:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:13:43 +0200 |
| commit | 07305b6fd7cb93e408d24cf783a7e75cfa093823 (patch) | |
| tree | a1cd28605f8de5e312c9922f96a7e7e143d055d1 /data/recursive_dataset.py | |
| parent | 12593ede2ae0362c783c0ae341cd85997f5fb4ad (diff) | |
k
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 998a96c..1eccef7 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -8,7 +8,7 @@ class RecursiveDataset(BaseDataset): def initialize(self, opt): self.opt = opt self.root = opt.dataroot - self.next_image = opt.dataroot + 'frame_0001.png' + self.next_image = opt.dataroot + 'frame_0000.png' self.dir_A = os.path.join(opt.dataroot) self.A_paths = make_dataset(self.dir_A) self.A_paths = sorted(self.A_paths) |
