sunset1995 / HorizonNet

Pytorch implementation of HorizonNet: Learning Room Layout with 1D Representation and Pano Stretch Data Augmentation.
https://sunset1995.github.io/HorizonNet/
MIT License
324 stars 88 forks source link

The download links of pretrained models are no longer valid #49

Open rust-in opened 8 months ago

rust-in commented 8 months ago

Please update the valid download link to pretrained models. Thank you!

sunset1995 commented 8 months ago

Thanks for reminding. Please download in below new link: https://drive.google.com/drive/u/1/folders/1bgJspDogOHGdwXxCB8o3irU3_Gz9rTpK

rust-in commented 8 months ago

While using the pretrained model on Zind dataset during inference, the following error message shows bellow: Invalid Weight class provided; expected ResNet34_Weights but received ResNet50_Weights. Is this the correct version of resnet50_rnn__zind.pth?

QAQQL commented 4 months ago

Me Too,Why?