Closed ljjcoder closed 9 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:
Where can I download resnet101_v1c-e67eebb6.pth?
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'.
pretrained='open-mmlab://resnet101_v1c'
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:
Where can I download resnet101_v1c-e67eebb6.pth?