You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: