Flourish commited on
Commit
8e4c1d7
1 Parent(s): c29c2e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # How to Reduce Change Detection to Semantic Segmentation
6
+
7
+ Models for [How to Reduce Change Detection to Semantic Segmentation](https://arxiv.org/abs/2206.07557).
8
+
9
+ * github: [https://github.com/DoctorKey/C-3PO](https://github.com/DoctorKey/C-3PO)
10
+
11
+
12
+ ## Citation
13
+
14
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
15
+
16
+ **BibTeX:**
17
+
18
+ ```
19
+ @article{wang2022c3po,
20
+ title={How to Reduce Change Detection to Semantic Segmentation},
21
+ author={Wang, Guo-Hua and Gao, Bin-Bin and Wang, Chengjie},
22
+ journal={Pattern Recognition},
23
+ year={2023}
24
+ }
25
+ ```