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

Problem with blender dataset link #3392

Open
ChemrovKirill opened this issue Aug 28, 2024 · 4 comments
Open

Problem with blender dataset link #3392

ChemrovKirill opened this issue Aug 28, 2024 · 4 comments

Comments

@ChemrovKirill
Copy link

I'm trying to download blender dataset with ns-download-data blender command. Got RetrievalError:

gdown.exceptions.FileURLRetrievalError: Failed to retrieve file url:

        Cannot retrieve the public link of the file. You may need to change
        the permission to 'Anyone with the link', or have had many accesses.
        Check FAQ in https://github.com/wkentaro/gdown?tab=readme-ov-file#faq.

You may still be able to access the file from the browser:

        https://drive.google.com/uc?id=18JxhpWD-4ZmuFKLzKlAw-w5PpzZxXOcG

but Gdown can't. Please check connections and permissions.

To Reproduce
Steps to reproduce the behavior:

  1. Install latest v1.1.3 version of nerfstudio
  2. Use ns-download-data blender command
  3. See error
    Or
  4. Visit the link: https://drive.google.com/uc?id=18JxhpWD-4ZmuFKLzKlAw-w5PpzZxXOcG
  5. See 404 error

Additional context
Guess the problem is similar to issue #3052.

@Inc44
Copy link

Inc44 commented Aug 29, 2024

I encountered the same issue. Specifically, there is an error with nerfstudio and a NotImplementedError with the eyefultower datasets

@luh-j
Copy link

luh-j commented Sep 11, 2024

Encountered the same issue here. The gdrive link is still down as 404 error

@onpix
Copy link
Contributor

onpix commented Sep 23, 2024

Same here. I found both of this gdrive link and nerf's official data link are broken.

@Inc44
Copy link

Inc44 commented Oct 20, 2024

I found a solution for downloading the Blender dataset after encountering an issue with the original NeRF implementation last month (Issue). Here's how I resolved it:

  1. Download Dataset from Kaggle.
  2. Run the following commands, or perform the steps manually:
mkdir -p ~/data/blender
unzip archive.zip 'nerf_synthetic/*' -d ~/
mv ~/nerf_synthetic/* ~/data/blender/
rm -rf ~/nerf_synthetic

This process will organize the dataset into the desired directory structure.

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

4 participants