Closed Gofinge closed 2 years ago
Hi @Gofinge, Could you please share the download command you are using?
Thanks! Arik.
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.
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.
I can provide a file list containing mesh files that failed to download if needed.
Thanks for your reply~ Xiaoyang
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.
Hi, @arik1089 . I got the same problem recently when downloading the 3dod.
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.