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

Downloading of mesh files #2

Closed
noamwies opened this issue Dec 9, 2021 · 3 comments
Closed

Downloading of mesh files #2

noamwies opened this issue Dec 9, 2021 · 3 comments

Comments

@noamwies
Copy link

noamwies commented Dec 9, 2021

Hi, when i try to download mesh files

python3 download_data.py raw --split Validation --video_id 48458667 --download_dir . --raw_dataset_assets mesh

i always got errors like that

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>S35X8MRZXWAHDNCD</RequestId><HostId>RUdvpESfdl/jZ20rR9qMA67MmnhqACL1JTE6CXWbyn1qXnqby7vU6nYra1HBRIUX2ypgy2mxLfM=</HostId></Error>
@MemoryNode
Copy link

in download_data.py , change "file_names.append(f'{video_id}_3dod_mesh.fly')" to "file_names.append(f'{video_id}_3dod_mesh.ply')"

@PeterZheFu
Copy link
Contributor

Hi @MemoryNode,
Thanks for raising this issue. We are working on it and will push a fix soon.
Meanwhile, the .fly seems to be corrupted. As a temporary alternative, the same file exists in 3dod sub directory with the correct .ply mesh. Hope this is helpful~

@YuriFeigin
Copy link
Collaborator

Hey @noamwies
Thanks for raising this issue.
We fixed the issue as suggested by @MemoryNode
I will close this issue. Feel free to re-open it if you find any additional issues. Thanks.

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