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

'blenderproc download ikea' URL is invalid #1138

Open
Griperis opened this issue Aug 6, 2024 · 1 comment
Open

'blenderproc download ikea' URL is invalid #1138

Griperis opened this issue Aug 6, 2024 · 1 comment
Labels
question Question, not yet a bug ;)

Comments

@Griperis
Copy link
Contributor

Griperis commented Aug 6, 2024

The URL to get the IKEA dataset from no longer exists http://ikea.csail.mit.edu/zip/IKEA_models.zip and results in error.

Command output:

blenderproc download ikea resources/ikea
Downloading the zip file (166mb)...
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Program Files\Python312\Scripts\blenderproc.exe\__main__.py", line 7, in <module>
  File "C:\Users\Gripe\polygoniq_projects\BlenderProc\blenderproc\command_line.py", line 233, in cli
    current_cli()
  File "C:\Users\Gripe\polygoniq_projects\BlenderProc\blenderproc\scripts\download_ikea.py", line 83, in cli
    urlretrieve(ikea_url, zip_file_path)
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 240, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
                            ^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 215, in urlopen
    return opener.open(url, data, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 521, in open
    response = meth(req, response)
               ^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 630, in http_response
    response = self.parent.error(
               ^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 559, in error
    return self._call_chain(*args)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 492, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\urllib\request.py", line 639, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

BlenderProc version

blender4.1.1 / main

@Griperis Griperis added the question Question, not yet a bug ;) label Aug 6, 2024
@Griperis Griperis changed the title 'blenderproc download ikea' URL is outdated 'blenderproc download ikea' URL is invalid Aug 6, 2024
@cornerfarmer
Copy link
Member

Yes the dataset seems to be not available anymore. One can use pix3d instead (see #988). Probably we should add a warning to the download command and adjust the ikea examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question, not yet a bug ;)
Projects
None yet
Development

No branches or pull requests

2 participants