Skip to content

Commit d0c7c59

Browse files
committed
fix(process): update key name in new version for seflow-variant process.
1 parent cf7b20a commit d0c7c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/mics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def __getitem__(self, index):
285285
data_dict['pc0'] = f[key]['lidar'][:]
286286
data_dict['gm0'] = f[key]['ground_mask'][:]
287287
data_dict['pose0'] = f[key]['pose'][:]
288-
for flow_key in self.vis_name + ['dufo_label', 'label']:
288+
for flow_key in self.vis_name + ['dufo', 'label']:
289289
if flow_key in f[key]:
290290
data_dict[flow_key] = f[key][flow_key][:]
291291

0 commit comments

Comments
 (0)