isl-org / Open3D-ML

An extension of Open3D to address 3D Machine Learning tasks
Other
1.85k stars 317 forks source link

[Model Zoo] RandLA-Net (tf) ERROR 403: Forbidden. #227

Closed NobuoTsukamoto closed 3 years ago

NobuoTsukamoto commented 3 years ago

When I download RandLA-Net (tf) from Model Zoo's, I get an error.

$ wget https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202010091306.zip
--2021-02-23 08:30:00--  https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202010091306.zip
Resolving storage.googleapis.com (storage.googleapis.com)... 2404:6800:4004:81c::2010, 2404:6800:4004:813::2010, 2404:6800:4004:80b::2010, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|2404:6800:4004:81c::2010|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-02-23 08:30:01 ERROR 403: Forbidden.

I also get an error page when I click on the URL link.

This XML file does not appear to have any style information associated with it. The document tree is shown below.

<Error>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.</Details>
</Error>
sanskar107 commented 3 years ago

@NobuoTsukamoto thanks for reporting this. We've fixed this. The same link should work now.

NobuoTsukamoto commented 3 years ago

@sanskar107 Thanks you. I was able to download the model. I would like to close this issue.