andreaconti / multi-view-guided-multi-view-stereo

Code to reproduce results for Multi-View Guided Multi-View Stereo Paper
MIT License
24 stars 2 forks source link

None model when pretrained=False in torch.hub.load #1

Closed andreaconti closed 1 year ago

andreaconti commented 1 year ago

When a model is loaded using torch.hub.load with pretrained=False the function returns None, it is a simple fix in the hubconf.py file here