You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "E:\OTHERS_WORKS\srf\srf\dataloader.py", line 101, in getitem
imgs, poses, poses_idx = DTU.load_scan_data(sample, self.load_mode, self.num_reference_views + 1, self.cfg, self.load_specific_reference_poses, self.load_fixed, self.shuffle)
File "E:\OTHERS_WORKS\srf\srf\data\load_DTU.py", line 59, in load_scan_data
poses_idx = random.sample(images[scan],num_views)
NameError: name 'images' is not defined
The text was updated successfully, but these errors were encountered:
File "E:\OTHERS_WORKS\srf\srf\dataloader.py", line 101, in getitem
imgs, poses, poses_idx = DTU.load_scan_data(sample, self.load_mode, self.num_reference_views + 1, self.cfg, self.load_specific_reference_poses, self.load_fixed, self.shuffle)
File "E:\OTHERS_WORKS\srf\srf\data\load_DTU.py", line 59, in load_scan_data
poses_idx = random.sample(images[scan],num_views)
NameError: name 'images' is not defined
The text was updated successfully, but these errors were encountered: