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
662 stars 58 forks source link

Encounter 403 Forbidden When Downloading Mesh File #28

Closed Gofinge closed 2 years ago

Gofinge commented 2 years ago

Hi, thanks for the great work again! I am trying to download the mesh file of each scan produced by ARKit (the low-resolution one). Unfortunately, I encounter 403 forbidden when downloading these files (limit the download file list to mesh only), and I worry about data loss. The following image shows some of my logs.

image

arik1089 commented 2 years ago

Hi @Gofinge, Could you please share the download command you are using?

Thanks! Arik.

Gofinge commented 2 years ago

Hi @arik1089 ,

I followed the download command provided by docs and just limited the download file to mesh only. Here is the command

python download_data.py raw --split Training --video_id_csv raw/raw_train_val_splits.csv --download_dir ~/Documents/Dataset/raw/ARKitScenes --raw_dataset_assets mesh

This image shows the log produced by the original download command. 20761656258376_ pic

Further, here is an error curl command extract from original download script:

curl https://docs-assets.developer.apple.com/ml-research/datasets/arkitscenes/v1/raw/Training/47333152/47333152_3dod_mesh.ply -o 47333152_3dod_mesh.ply --fail

This image is the error output of the example curl command. image

I can provide a file list containing mesh files that failed to download if needed.

Thanks for your reply~ Xiaoyang

arik1089 commented 2 years ago

This issue should be fixed in the recent update to the download_data.py script. Closing the issue for now. Please feel free to re-open if the problem re-occurs.

mrsempress commented 10 months ago

Hi, @arik1089 . I got the same problem recently when downloading the 3dod. WeChat Work Screenshot_20240105201221