-
Notifications
You must be signed in to change notification settings - Fork 5
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
FileNotFoundError: No such file or directory: '../sparse/0/images.txt' #26
Comments
You may need to check the path to the dataset used in colmap_llff.py. I recommend using an absolute path to determine the path to llff. This is the code I used and I will re-run this code later and check for this issue. |
I also didn't find the "image.txt". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now I'm following the data preparation, but I met the problem about the txt file.
I already extracted the LLFF dataset and tried to run colmap like:
python tools/colmap_llff.py
But I have a FileNotFoundError: No such file or directory: '../sparse/0/images.txt' error because The file I extracted is a bin file.
I tried changing the bin file to a txt file, But I failed to use it.
Could you explain how to use this file if you were able to use this code?
The text was updated successfully, but these errors were encountered: