-
Notifications
You must be signed in to change notification settings - Fork 58
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
WARNING: Could not fuse any points. #21
Comments
and I found that when I used your provided dataset organized like the "own data",the fusion step is okay.Does it have some constraints on the data? |
CUDA: out of memory. |
I also think it may be caused by GPU memory overflow. The resolution of your images are ? |
3648 * 4864,93 pictures.run on four 2080Ti. |
How many picture names in train.txt ? The error comes from https://github.com/weiyithu/NerfingMVS/blob/b7f6590be69611c814822dc32e2220857c4d1dbf/utils/pose_utils.py#L48. It is caused by the misalignment between image numbers in train.txt and images.bin. |
THANKS A LOT!I check the train.txt,it was my mistake.I did not carefully examine the contents of the document.It's okay now. |
When I run on my own data,it occured that error.However,it was alright on your datasets.
I trained it use four gpus,so I guessed that is not the problem.and I altered the depth_H and W to my picture format.
By the way.Before the fusion step,It occured configuration problem and PatchMatch::Problem.I just dont know what happened.
The text was updated successfully, but these errors were encountered: