Meize0729 / RSBuilding

This is the pytorch implement of our paper "RSBuilding: Towards General Remote Sensing Image Building Extraction and Change Detection with Foundation Model"
Apache License 2.0
105 stars 2 forks source link

FileNotFoundError.. #3

Closed RoyAn2386 closed 6 months ago

RoyAn2386 commented 7 months ago

Hi Everyone,

I already set all environment up, but when i run Test mode for ViT_B checkpoint, an error occur like the below image.

a

Can everyone help me, Please~~

kuaiqushangzixiba commented 7 months ago

whu data processing, do not understand the author's processing wayWhat to do about it

kuyhni commented 7 months ago

I got the above error while trying to test the model with the pre-trained model ViT_B downloaded from baidu. I followed the instructions on GitHub to install and set up the environment, but I got the above error.

kuyhni commented 7 months ago

I have a question

  1. I downloaded the material on github. And I'm trying to use the pre-trained Swin_T or ViT_B models downloaded from baidu.
  2. so, what should I modify in the downloaded one?
  3. additionally, we are going to train it with our own data. What should we do?
kuaiqushangzixiba commented 7 months ago

/data/RSBuilding-main/configs_finetune/base/datasets/standard_512x512_foundationdataset.py

I ran into the same problem, you need to change the sixth line, but I don't know how the author handled test4.txt, so the code still can't run