apple / ARKitScenes

This repo accompanies the research paper, ARKitScenes - A Diverse Real-World Dataset for 3D Indoor Scene Understanding Using Mobile RGB-D Data and contains the data, scripts to visualize and process assets, and training code described in our paper.
Other
661 stars 58 forks source link

Access to https://docs-assets.developer.apple.com/ml-research/datasets/arkitscenes/v1 denied #13

Closed kgcs closed 2 years ago

kgcs commented 2 years ago

I would like to download the dataset but the access to https://docs-assets.developer.apple.com/ml-research/datasets/arkitscenes/v1 is denied

When using the example command, e.g.

python download_data.py raw --split Training --video_id 47334522 --download_dir raw

I get the error message KeyError: 'ARkitscense_url'

and if I want to access in a browser I get:

AccessDenied Access Denied FY8DYK2G1GDQK3YN T9z6QNoG8j1Tv7a6BG8IqEsyp+cqlx0Avgj7wKSq4kWbsCKyZZn/I3J8aP0OWdjAsu9OxP5yWI4=

Many thanks in advance for your help.

PeterZheFu commented 2 years ago

Hi @kgcs ,

Thanks for your interest in our dataset and for reaching out. Sorry for my belated reply.
I just tried below command on a public network (non company VPN) and it works for me. Since I cannot reproduce the error, it is a bit hard for me to debug. Can you try again or provide more info? Or, can you try downloading a 3dod scene and check if doing that works? Thanks.

Best, Peter

ARKitScenes peter$ python3 download_data.py raw --split Training --video_id 47334522 --download_dir raw % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 430M 100 430M 0 0 38.0M 0 0:00:11 0:00:11 --:--:-- 42.0M

kgcs commented 2 years ago

The problem was maybe on our side because now it seems to works. Thanks for your help. G