Closed Pangda1114 closed 7 months ago
Hi. Thank you for following our work.
Please find line 35 in 'train_psd.py'. Set 'psd_train' to False to disable pseudo labels.
Thanks to your quick response! I have mentioned 'psd_train' setting, but I find the dataloader still needs labelA and labelB. However, I just have labelB-A (changed area), how can I adapt my input to your model? It really confused me.
Thanks to your quick response! I have mentioned 'psd_train' setting, but I find the dataloader still needs labelA and labelB. However, I just have labelB-A (changed area), how can I adapt my input to your model? It really confused me.
I think you have two options. First, you can do multi-class CD instead of semantic CD (in this paper). Second, you can map your labels in the same form as in this paper. Note that, although multi-CD has the same goal as semantic CD, the evaluation metrics should be different. It would be unfair to use the metrics in this paper to directly evaluate the results of MCD.