Lsan2401 / RMSIN

Rotated Multi-Scale Interaction Network for Referring Remote Sensing Image Segmentation
91 stars 6 forks source link

Pre-train model #4

Open vvuonghn opened 10 months ago

vvuonghn commented 10 months ago

Hi @Lsan2401 Thank you for your hard work! it is a good open source Could I confirm about test with pre-train model: python test.py --swin_type base --dataset rrsisd --split val --workers 4 --window12 --img_size 480 --resume ./pretrained_weights/swin_base_patch4_window12_384_22k.pth or Could you provide pre-train model?

Lsan2401 commented 10 months ago

Hi @Lsan2401 Thank you for your hard work! it is a good open source Could I confirm about test with pre-train model: python test.py --swin_type base --dataset rrsisd --split val --workers 4 --window12 --img_size 480 --resume ./pretrained_weights/swin_base_patch4_window12_384_22k.pth or Could you provide pre-train model?

Sorry about the confusion, you can specify the --resume as your checkpoints path to test the model. And we will be releasing our weights soon.