NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.47k stars 367 forks source link

Pretrained models not accessible #502

Closed cy94 closed 2 years ago

cy94 commented 2 years ago

Describe the bug The pretrained model in the example script is not accessible at https://node1.chrischoy.org/data/publications/minknet/weights.pth


To Reproduce Steps to reproduce the behavior. If the code is not attached and cannot be reproduced easily, the bug report will be closed without any comments.

Run python -m examples.indoor Output:

...
urllib.error.URLError: <urlopen error [Errno 111] Connection refused>

Expected behavior The example runs and downloads the pretrained model


Desktop (please complete the following information):

wget -q https://raw.githubusercontent.com/NVIDIA/MinkowskiEngine/master/MinkowskiEngine/diagnostics.py ; python diagnostics.py

Additional context Add any other context about the problem here.

cy94 commented 2 years ago

Working now!