zhu-xlab / UniDA

Code for TGRS paper "Universal Domain Adaptation for Remote Sensing Image Scene Classification"
35 stars 2 forks source link

Problem in Reproducing Results #4

Open PrafulSinghal-19 opened 6 months ago

PrafulSinghal-19 commented 6 months ago

Hi,

Thanks for your excellent work. We are trying to reproduce the results of your paper(UniDA).

But we are stuck on a few parts, and it would be very kind of you if you could assist us with these issues.

  1. First, we ran the following command python main.py --config RSSCN2NWPU-train-config.yaml but it gave us the following error: No such file or directory: RSSCN.txt. I have checked my dataset, which I downloaded from Kaggle and it doesn't contain that text file, so it would be great if you could provide us with the source from where you downloaded your entire dataset.

  2. Second, when we ran the following command python main.py --config AID2NWPU-train-config.yaml it showed us the following error: Exception: dataset AID2NWPU not supported! This error is coming from the config.py file because of this part which I have attached as a screenshot below image

It would be great if you could assist us with the following issues at the earliest.

Thanks and Regards, Praful Singhal