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

'eye_att' referenced before assignment #145

Open
lcyuanjiang opened this issue May 9, 2024 · 2 comments
Open

'eye_att' referenced before assignment #145

lcyuanjiang opened this issue May 9, 2024 · 2 comments

Comments

@lcyuanjiang
Copy link

No description provided.

@G-force78
Copy link

Add eye_att = torch.tensor([])

@cacard
Copy link

cacard commented Jun 20, 2024

Add eye_att = torch.tensor([])

will new error:

File "/root/_ai/ER-NeRF/nerf_triplane/utils.py", line 730, in train_step
eye_mask = data['eye_mask'] # [B, N]
KeyError: 'eye_mask'

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

3 participants