mit-han-lab / spvnas

[ECCV 2020] Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution
http://spvnas.mit.edu/
MIT License
582 stars 109 forks source link

403 Error Access denied while downloading pretrained models #68

Closed owoshch closed 3 years ago

owoshch commented 3 years ago

Hi! Thank you for your wonderful work!

I'm trying to reproduce your results on validation set using the pretrained weights you provided.

Unfortunately, I'm getting 403 Error "Access forbidden! You don't have permission to access the requested directory." when following every link for pretrained models, for example: https://hanlab.mit.edu/files/SPVNAS/spvnas_specialized/SemanticKITTI_val_SPVNAS@65GMACs/

Is there any way to fix this issue?

Thank you.

CCInc commented 3 years ago

@owoshch it looks like something got broken, could you take a look @zhijian-liu ?

owoshch commented 3 years ago

Thank you for taking this issue into consideration! I was wondering what is the suggested way to use the pretrained models. For example, I was able to load model from the code like this model = spvnas_specialized('SemanticKITTI_val_SPVNAS@65GMACs').cuda() but was unable to access the link to the model from the browser

CCInc commented 3 years ago

The direct links to the models still work, it's just the folder display that is broken. So, I would suggest using the model zoo for now.

zhijian-liu commented 3 years ago

It seems that our server has updated the folder permission. Nevertheless, you can load and use the model from the model zoo as @CCInc suggested.