FSGS
FSGS copied to clipboard
FileNotFoundError: No such file or directory: '../sparse/0/images.txt'
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?