Add dataset card and metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-to-image
4
+ license: mit
5
+ tags:
6
+ - scene-change-detection
7
+ - dino
8
+ - cross-attention
9
+ ---
10
+
11
+ This repository contains data and pretrained models used in the paper [Robust Scene Change Detection Using Visual Foundation Models and Cross-Attention Mechanisms](https://huggingface.co/papers/2409.16850).
12
+
13
+ Code: https://github.com/ChadLin9596/Robust-Scene-Change-Detection
14
+
15
+ The datasets used (VL-CMU-CD and PSCD) can be downloaded from the links provided in the GitHub README. See the GitHub README for usage instructions, including training, fine-tuning, and evaluation scripts. Pre-trained weights are also available via the links in the README.