ChangeViT: Unleashing Plain Vision Transformers for Change Detection
Paper
β’
2406.12847
β’
Published
It is recommended to use Miniconda for installation. The following commands will create a virtual environment named stnr and install PyTorch. In the following installation steps, the default installed CUDA version is 12.1. If your CUDA version is not 12.1, please modify it according to the actual situation.
# Create conda environment
conda create -n stnr python=3.8 -y
conda activate stnr
# Install PyTorch
pip install -r requirements.txt
We evaluate our method on five remote sensing change detection datasets: WHU-CD, LEVIR-CD, SYSU-CD.
python main.py --file_root LEVIR --max_steps 80000 --model_type small --batch_size 16 --lr 2e-4 --gpu_id 0
python eval.py --file_root LEVIR --max_steps 80000 --model_type small --batch_size 16 --lr 2e-4 --gpu_id 0
ββTrain
ββA jpg/png
ββB jpg/png
ββlabel jpg/png
ββVal
ββA
ββB
ββlabel
ββTest
ββA
ββB
ββlabel
We sincerely thank the following works for their contributions: