Open vvuonghn opened 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.
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?