google-research / semivl

[ECCV'24] Official Implementation of SemiVL: Semi-Supervised Semantic Segmentation with Vision-Language Guidance
Apache License 2.0
114 stars 10 forks source link

pretrained/resnet101_v1c-e67eebb6.pth can not #8

Closed ljjcoder closed 9 months ago

ljjcoder commented 10 months ago

Thanks for your excellent work! I ran the following script to conduct cityscapes experiments: python experiments.py --exp 44 --run 0 However, the following problems were encountered:

1706235537707 Where can I download resnet101_v1c-e67eebb6.pth?

lhoyer commented 10 months ago

To automatically download this checkpoint, you can change the following line

https://github.com/google-research/semivl/blob/45ce420fd89895a5b1c8c418a063b71deac7a807/configs/_base_/models/vlm-vlg-aspp-s2p4-skr04-ftap-mcvitb.py#L52

to

pretrained='open-mmlab://resnet101_v1c'.