likyoo / open-cd

A Change Detection Repo Standing on the Shoulders of Giants
https://arxiv.org/abs/2407.15317
Apache License 2.0
527 stars 74 forks source link

Use open-cd for indoor scene change use-cases? #50

Open arianaa30 opened 1 year ago

arianaa30 commented 1 year ago

I am seeing the project detects binary change maps for sattelite images. Do you think it can be used for indoor scene changes as well? Like this use-case:

image

chilin0525 commented 12 months ago

@arianaa30 Hi, do you already try using change detection model your dataset?

arianaa30 commented 12 months ago

No I need a pretrained model. I don't have data

On Sun, Oct 22, 2023, 6:41 AM Chilin @.***> wrote:

@arianaa30 https://github.com/arianaa30 Hi, do you already try using change detection model your dataset?

— Reply to this email directly, view it on GitHub https://github.com/likyoo/open-cd/issues/50#issuecomment-1774070931, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKBFTOP4VLSQDYFXVQRHQLYAUA6RAVCNFSM6AAAAAA25TWUE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGA3TAOJTGE . You are receiving this because you were mentioned.Message ID: @.***>

wangqingl commented 11 months ago

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 AM Chilin @.> wrote: @arianaa30 https://github.com/arianaa30 Hi, do you already try using change detection model your dataset? — Reply to this email directly, view it on GitHub <#50 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKBFTOP4VLSQDYFXVQRHQLYAUA6RAVCNFSM6AAAAAA25TWUE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGA3TAOJTGE . You are receiving this because you were mentioned.Message ID: @.>

Hi How about this? used to no-RS data,

arianaa30 commented 11 months ago

Which one?

wangqingl commented 11 months ago

Which one?

What is the effect of using this model to train images in non remote sensing fields image

chilin0525 commented 11 months ago

@wangqingl Hi, I think I have some experience using change detection algorithm/model on other domain. I think the most difficult thing is the image in change detection dataset are well aligned. So you don't need to aware align problem in image preprocess in change detection problem. If your image is well aligned, I think it is worth to fine-tune on your dataset.

wangqingl commented 11 months ago

@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 dataset can be controlled within two pixels. I want to try borrowing from my dataset. At present, I only use some open-source methods from remote sensing datasets, but I have not achieved good results.

chilin0525 commented 11 months ago

@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?

wangqingl commented 11 months ago

@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.