Skip to content

minuenergy/CDRL-SA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDRL-SA

Update Note

  • This repository will be completed on the date of the #### presentation.

Unsupervised Change Detection Based on Image Reconstruction Loss with Segment Anything

Hyeoncheol Noh, Jingi Ju, Minwoo Kim, Yuhyun Kim, Minseok Seo, Dong-Geol Choi

arXiv

Project Page

Getting Started

Dataset download link :

CDRL-SA
    └──datasets
        ├── LEVIR-CD
            ├── val
            ├── test
            └── train
                ├── A
                ├── B
                └── label
        ├── LEVIR-CD_A2B_B2A
            └── train
                ├── A
                └── B
        ├── CLCD-CD
        └── CLCD-CD_A2B_B2A

Train

python main.py --root_path ./datasets/ --dataset_name LEVIR-CD --save_name levir

Eval

python test.py --root_path ./datasets/ --dataset_name LEVIR-CD --save_name levir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%