diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:06:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:06:56 +0200 |
| commit | b2e905b0ab00da7ebcca3cf287723b5f495e8410 (patch) | |
| tree | 1fd7c85bc39514bb75e18575d3d464f6f4661b46 /data | |
| parent | 8c3efb2040c603afebd8c86b4387e334d07c7c35 (diff) | |
k
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 40ac452..82b1ae4 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -7,6 +7,7 @@ next_image = "lol" class RecursiveDataset(BaseDataset): def initialize(self, opt): + print('initialize') self.opt = opt self.root = opt.dataroot next_image = opt.dataroot + 'frame_0000.png' |
