datasets/replica.py [33:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.data_dir = data_dir
        self.split = split
        self.datapath = os.path.join(self.data_dir, self.split)
        self.seq_len = seq_len
        self.img_res = img_res
        self.depth = depth
        self.center = center
        self.normalize_rotation = normalize_rotation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



datasets/vizdoom.py [33:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.data_dir = data_dir
        self.split = split
        self.datapath = os.path.join(self.data_dir, self.split)
        self.seq_len = seq_len
        self.img_res = img_res
        self.depth = depth
        self.center = center
        self.normalize_rotation = normalize_rotation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



