Open lcyuanjiang opened 6 months ago
https://github.com/Fictionarry/ER-NeRF/blob/c8ce2ec1689bb6050f5567c5dd66320d43cbe2c1/nerf_triplane/network.py#L288
Add eye_att = torch.tensor([])
https://github.com/Fictionarry/ER-NeRF/blob/c8ce2ec1689bb6050f5567c5dd66320d43cbe2c1/nerf_triplane/network.py#L288 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'
https://github.com/Fictionarry/ER-NeRF/blob/c8ce2ec1689bb6050f5567c5dd66320d43cbe2c1/nerf_triplane/network.py#L288
Add eye_att = torch.tensor([])