Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name 'images' is not defined #8

Open
derrick-xwp opened this issue Jul 30, 2021 · 1 comment
Open

name 'images' is not defined #8

derrick-xwp opened this issue Jul 30, 2021 · 1 comment

Comments

@derrick-xwp
Copy link

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

@prraoo
Copy link

prraoo commented Oct 14, 2021

@derrick-xwp did you happen to resolve this issue? I am curious since I encounter the same bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants