LeaRun

Results 19 comments of LeaRun

When the code runs to image = [x["iamge"].to(self.device) for x in batch_inputs] Code error “too many indices for tensor of dimension 3”

> No I need a pretrained model. I don't have data - Sent from my phone. Pls excuse typos & brevity. > […](#) > On Sun, Oct 22, 2023, 6:41...

> Which one? What is the effect of using this model to train images in non remote sensing fields ![image](https://github.com/likyoo/open-cd/assets/102707449/9e5218b9-04ee-4258-a642-824747fce1f0)

> @wangqingl 嗨,我想我有一些在其他领域使用更改检测算法/模型的经验。我认为最困难的是变化检测数据集中的图像对齐得很好。因此,在变化检测问题中,您不需要在图像预处理中意识到对齐问题。如果你的图像对齐得很好,我认为值得对你的数据集进行微调。 Okay, thank you for your reply. What open-source methods have you used in non remote sensing datasets? Can you share with me? The alignment error of my...

> @wangqingl I using ChangeFormer: https://github.com/wgcban/ChangeFormer/tree/main. It is also including in this repo. What open-source methods you already applied? Thank you, but I only use this method currently.

> 训练是否正常呢? ![1695632779758](https://github.com/likyoo/open-cd/assets/102707449/b368b3d3-6e65-40fd-b3c1-deaf841a89b1) 你好,训练的时候报了这个错误,我查了一下,有人说安装yapf==0.40.1版本,但是我换了这个版本还是有这个错误

> 请截个完整的图 ![image](https://github.com/likyoo/open-cd/assets/102707449/f3877b31-60aa-45fa-a92f-739d1092670f)

不好意思,是我搞错了,现在跑起来了,那个方法可以解决问题

标签是单通道吗,但是我下载了cdd的数据集的标签,也是三通道的 ![image](https://github.com/ViTAE-Transformer/RSP/assets/102707449/336922c6-897c-4b9e-8a4c-6bdb6cdc98a2) > @wangqingl 这不是写的很明显吗,标签格式不对,应该是单通道的

> @wangqingl 这不是写的很明显吗,标签格式不对,应该是单通道的 好的我知道了,谢谢你