Skip to content
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

[Solution] to download LLFF dataset using mirrored google drive link #77

Open
gh-BumsooKim opened this issue Jan 6, 2025 · 1 comment

Comments

@gh-BumsooKim
Copy link

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 😎

@gh-BumsooKim
Copy link
Author

gh-BumsooKim commented Jan 7, 2025

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.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant