unable to download 2.model.
xNeorem opened this issue · 4 comments
Running hd-bet -i INPUT_FILENAME the execution freezes when trying to download "2.model".
I tried to download it by following the link but the download stops at 26mb.
I also have a similar issue. Running hd-bet -i INPUT_FILENAME the execution ends with some errors like HTTP error 502,503 or 504. I am using google colab.
I am using colab too, I resolved using wget to download all of 4 models.
You can get the model's link by console log.
Can you please share the command lines for that
Use this code below to download all models/
!wget https://zenodo.org/record/2540695/files/0.model?download=1
!wget https://zenodo.org/record/2540695/files/1.model?download=1
!wget https://zenodo.org/record/2540695/files/2.model?download=1
!wget https://zenodo.org/record/2540695/files/3.model?download=1
!wget https://zenodo.org/record/2540695/files/4.model?download=1
Store them in a directory, then change "folder_with_parameter_files" to reference that directory.