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

ZeroDivisionError: division by zero #129

Open
david-samer opened this issue Apr 7, 2024 · 3 comments
Open

ZeroDivisionError: division by zero #129

david-samer opened this issue Apr 7, 2024 · 3 comments

Comments

@david-samer
Copy link

While running any of the training DTU commands i get a dividing by zero error in the neus.py file

# train NeuS on DTU without mask
python launch.py --config configs/neus-dtu.yaml --gpu 0 --train
# train NeuS on DTU with mask
python launch.py --config configs/neus-dtu-wmask.yaml --gpu 0 --train
# train NeuS on DTU with mask using tricks from Neuralangelo (experimental)
python launch.py --config configs/neuralangelo-dtu-wmask.yaml --gpu 0 --train
Screenshot 2024-04-07 051058
@david-samer
Copy link
Author

print statements output for tracing :
Screenshot 2024-04-07 051803

@weihan1
Copy link

weihan1 commented Jul 22, 2024

this occurs when there are no points being sampled during ray marching. you probably need to investigate training - have u tried visualizing the rendered images during validation?

@songsenIng
Copy link

Hello, I also encountered the same problem, may I ask you to solve it?

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