Open3D-ML
Open3D-ML copied to clipboard
Broken links in "Trainned Weights"
Checklist
- [X] I have searched for similar issues.
- [X] I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
master
branch).
My Question
There is broken link in trainned weights
https://github.com/isl-org/Open3D-ML/blob/master/model_zoo.md#pretrained-weights
I meet this problem when download RandLA-Net model , It returned "Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object".
The problem persists for me as well, the following pre-trained path returns a 403 not found page error for Rand-La-Net , pytorch on S3DIS dataset. https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_s3dis_202010091238.pth
I have the same issue with https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202010091306.zip
Please help!