eztao commited on
Commit
c94065c
·
verified ·
1 Parent(s): d62d0bc

Update RefRef_test.py

Browse files
Files changed (1) hide show
  1. RefRef_test.py +1 -1
RefRef_test.py CHANGED
@@ -112,7 +112,7 @@ class RefRef_test(datasets.GeneratorBasedBuilder):
112
  base_dir = os.path.dirname(filepaths)
113
 
114
  yield f"{scene_name}_{frame_idx}", {
115
- "image": os.path.join(base_dir, frame["file_path"]),
116
  "depth": os.path.join(base_dir, frame["depth_file_path"]),
117
  "mask": os.path.join(base_dir, frame["mask_file_path"]),
118
  "transform_matrix": frame["transform_matrix"],
 
112
  base_dir = os.path.dirname(filepaths)
113
 
114
  yield f"{scene_name}_{frame_idx}", {
115
+ "image": os.path.join(base_dir, frame["file_path"]+".png"),
116
  "depth": os.path.join(base_dir, frame["depth_file_path"]),
117
  "mask": os.path.join(base_dir, frame["mask_file_path"]),
118
  "transform_matrix": frame["transform_matrix"],