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
hello, thank you for your work. And I want to ask a question.
when test after train,the error will happen:
vmin, vmax = mesh_coarse['v_pos'].amin(dim=0), mesh_coarse['v_pos'].amax(dim=0) IndexError: amin(): Expected reduction dim 0 to have non-zero size
And I found that I must set the 'up_est_method' to 'ground' and set 'center_est_method' to 'point', or the error will happen.
I want to use the 'room' data provided by MipNeRF 360, and the result is bad.
Please tell me what should I do?
The text was updated successfully, but these errors were encountered:
@uuu686 Did you figure out a solution for this?
Sorry, something went wrong.
No branches or pull requests
hello, thank you for your work. And I want to ask a question.
when test after train,the error will happen:
vmin, vmax = mesh_coarse['v_pos'].amin(dim=0), mesh_coarse['v_pos'].amax(dim=0)
IndexError: amin(): Expected reduction dim 0 to have non-zero size
And I found that I must set the 'up_est_method' to 'ground' and set 'center_est_method' to 'point', or the error will happen.
I want to use the 'room' data provided by MipNeRF 360, and the result is bad.
Please tell me what should I do?
The text was updated successfully, but these errors were encountered: