Closed dengnianchen closed 11 months ago
For some reason gdown
is unable to download the links from google drive.
In my case, you can just download the pretrained weights via browser with your logged in google account.
The google drive links provided in download_depth_models.sh are:
And in download_surface_normal_models.sh:
You should download them into omnidata_tools/torch/pretrained_models
directory.
@alexsax Any chance you can host a mirror outside of gdrive? E.g. on zenodo.org? gdown
not working makes it very annoying to automatically install anything that is dependent on omnidata...
@hermannsblum great suggestion, thanks. This is a pain point, even when I want to use my own models.
I uploaded the models to zenodo and updated the scripts. Let me know if this doesn't work :)
Hi! I tried to download the pretrained models using the shell script ./tools/download_depth_models.sh but failed with the following error:
I also tried ./tools/download_surface_normal_models.sh and got a similar error:
It seems the link is expired or some access control is wrongly configured?
Is there another way to download these models?
Thanks!