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
Hey
I created a custom dataset with blender from the original blender files, I face to following issue:
Iteration 04000: train_psnr = 17.97 test_psnr = 0.00 mse = 0.016522: 13%|███████▍ | 4000/30000 [00:57<06:14, 69.49it/s] Traceback (most recent call last): File "train.py", line 302, in <module> reconstruction(args) File "train.py", line 236, in reconstruction new_aabb = tensorf.updateAlphaMask(tuple(reso_mask)) File "/home/phd/anaconda3/envs/TensoRF/lib/python3.8/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "/home/phd/Documents/GitHub/TensoRF/models/tensorBase.py", line 337, in updateAlphaMask xyz_min = valid_xyz.amin(0) IndexError: amin(): Expected reduction dim 0 to have non-zero size.
with both TensorCP and TensorVMSplit
The text was updated successfully, but these errors were encountered:
The same question, did you fix it?
Sorry, something went wrong.
@HannahHaensen @jywu511 @apchenstu Hi, I have the same problem. How did you solve it?
No branches or pull requests
Hey
I created a custom dataset with blender from the original blender files, I face to following issue:
with both TensorCP and TensorVMSplit
The text was updated successfully, but these errors were encountered: