We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FSGS uses LLFF dataset, but I found corresponding link and gdown command have no permission or give a 403 error.
And, I figured out mirrored link : https://drive.google.com/file/d/11PhkBXZZNYTD2emdG1awALlhCnkq7aN-/view, or you can see LLFF dataset in Kaggle https://www.kaggle.com/datasets/arenagrenade/llff-dataset-full/.
Instead of using the existing command, this command allows you to download the LLFF dataset:
gdown https://drive.google.com/uc?id=11PhkBXZZNYTD2emdG1awALlhCnkq7aN- unzip nerf_llff_data.zip
I hope this solution helps you get FSGS code running 😎
The text was updated successfully, but these errors were encountered:
or you can download LLFF dataset directly and manually from google drive https://drive.google.com/drive/folders/1lYqZLuowc84Dg1cyb8ey3_Kb-wvPjDHA.
Authors provide both the sparse and dense point cloud after proprecessing them.
Sorry, something went wrong.
No branches or pull requests
FSGS uses LLFF dataset, but I found corresponding link and gdown command have no permission or give a 403 error.
And, I figured out mirrored link : https://drive.google.com/file/d/11PhkBXZZNYTD2emdG1awALlhCnkq7aN-/view, or you can see LLFF dataset in Kaggle https://www.kaggle.com/datasets/arenagrenade/llff-dataset-full/.
Instead of using the existing command, this command allows you to download the LLFF dataset:
I hope this solution helps you get FSGS code running 😎
The text was updated successfully, but these errors were encountered: