diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:11:39 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:11:39 +0200 |
| commit | 6e13e93c81369507f089b753c72e4aba7be3a58b (patch) | |
| tree | 8cf1147379518f652dc4cb54bd458077bb1a3034 /data | |
| parent | e933365c810e83a98f09882c40cc780c9613ea39 (diff) | |
k
Diffstat (limited to 'data')
| -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 eea4ea8..998a96c 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 + self.next_image = opt.dataroot + 'frame_0001.png' self.dir_A = os.path.join(opt.dataroot) self.A_paths = make_dataset(self.dir_A) self.A_paths = sorted(self.A_paths) |
