likyoo / open-cd

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

Landsat-SCD; Folder structure #82

Open pvmilk opened 7 months ago

pvmilk commented 7 months ago

Thanks for your incredible work.

The framework seems to support the Landsat, as mentioned in the README.md. Can you show to structure the dataset folder.

The folder structure you get from the link above is. Landsat-SCD_dataset | | -- A | -- B | -- label

However, the file https://github.com/likyoo/open-cd/blob/29302add9097b0dc79e3a137b07b84acd4ded6fe/configs/_base_/datasets/landsat.py seems to require different folder structure as shown below.

image

likyoo commented 7 months ago

The landsat dataset should be pre-processed to "SECOND"-like format..

pvmilk commented 7 months ago

The landsat dataset should be pre-processed to "SECOND"-like format..

Thanks for the reply. The link of "SECOND" dataset seems to be dead. Can you show me the structure?