lingorX / HieraSeg

CVPR2022 - Deep Hierarchical Semantic Segmentation - A structured, pixel-wise description of visual scenes in terms of the class hierarchy.
262 stars 24 forks source link

Invalid ResNet weights link: UnavailableForLegalReasons error #11

Open agarkovv opened 2 months ago

agarkovv commented 2 months ago

Hello, I'm trying to reproduce the results on Pascal Person Part dataset, but can't load the pretrained ResNet101 weights. I am getting the following error:

UnavailableForLegalReasons Due to your account is arrears, it is unavailable until you recharge. /resnet101_v1d.pth NjY5MThjMDVfYzhhZTY0MDlfMTdlNGNfNmE5YzVm OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTVlYmNhYjQwZWZiOTI4YWY0MTRiOWU0YzQ3ZmVhMjQ3MmIzZjU5NDVmMTI0ZDFhMTNhODBhOTVmZmJiYzEyNzA=

What potentially can cause the error?