BIT_CD
BIT_CD copied to clipboard
Official Pytorch Implementation of "Remote Sensing Image Change Detection with Transformers"
我用LEVIR数据集训练的模型,在测试的时候报错: Traceback (most recent call last): File "eval_cd.py", line 58, in main() File "eval_cd.py", line 54, in main model.eval_models(checkpoint_name=args.checkpoint_name) File "/tmp/pycharm_project_668/models/evaluator.py", line 158, in eval_models self._load_checkpoint(checkpoint_name) File "/tmp/pycharm_project_668/models/evaluator.py", line 70,...
关于可视化问题
你好,我想可视化一下heapmap,已找到了可视化项目visulize_features,请问在哪里调用它?
Hi! It's very interesting research, I would like to recur your code, but there is a question about how to get the heat_map as the paper showed. Is this part...
I conducted my experiments on the NVIDIA-SMI 410.72 GPU server. The parameters are consistent with what you gave. My results are as follows: acc: 0.97853 miou: 0.78005 mf1: 0.86238 iou_0:...
hi,I am using the pretrained model in the checkpoint file folder,then I run: sh scripts/eval.sh, the result dispaly: acc: 0.98980 miou: 0.90326 mf1: 0.94702 iou_0: 0.98931 iou_1: 0.81721 F1_0: 0.99463...
data
when I run sh scripts/run_CD.sh, there is a OSError: path to the root of LEVIR_CD dataset/list/trainval.txt not found
Hello! I would like to recur your code ,Would you mind giving me the WHU-CD dataset you've already processed? My email address is [email protected] . Thank you very much!
WHU-CD
https://study.rsgis.whu.edu.cn/pages/download/building_dataset.html, I can't get to the page. Is there any other way to get it
Hi ChenHao, I am a little bit confused about F1 and IOU calculation. Why seperately calculate f1_0 and f1_1 then average them together?