We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好!在base_model的基础上,我对450450的视频进行了finetune,finetun中都没出现什么问题,使用finetune后的模型对这个450450的视频的测试集进行渲染,但是run_nerf_deformer中try,except下面那一行的indices_=torch.cat((indices+[:,:,:,1]).unsqueeze(-1),……)这里报错,说维度不对应,出现Pdb无法渲染,请问是因为数据不是512*512的尺寸么?
The text was updated successfully, but these errors were encountered:
您好,我遇到了相同的问题,请问您解决了这个问题吗?
Sorry, something went wrong.
No branches or pull requests
您好!在base_model的基础上,我对450450的视频进行了finetune,finetun中都没出现什么问题,使用finetune后的模型对这个450450的视频的测试集进行渲染,但是run_nerf_deformer中try,except下面那一行的indices_=torch.cat((indices+[:,:,:,1]).unsqueeze(-1),……)这里报错,说维度不对应,出现Pdb无法渲染,请问是因为数据不是512*512的尺寸么?
The text was updated successfully, but these errors were encountered: