We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7b20a commit d0c7c59Copy full SHA for d0c7c59
1 file changed
src/utils/mics.py
@@ -285,7 +285,7 @@ def __getitem__(self, index):
285
data_dict['pc0'] = f[key]['lidar'][:]
286
data_dict['gm0'] = f[key]['ground_mask'][:]
287
data_dict['pose0'] = f[key]['pose'][:]
288
- for flow_key in self.vis_name + ['dufo_label', 'label']:
+ for flow_key in self.vis_name + ['dufo', 'label']:
289
if flow_key in f[key]:
290
data_dict[flow_key] = f[key][flow_key][:]
291
0 commit comments