Update README.md
Browse files
README.md
CHANGED
@@ -161,8 +161,16 @@ using a window size of 1024x1024.
|
|
161 |
- Test Accuracy: 82.761
|
162 |
- Test Mean IoU: 57.800
|
163 |
|
164 |
-
## Citation
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
- Test Accuracy: 82.761
|
162 |
- Test Mean IoU: 57.800
|
163 |
|
164 |
+
## Citation
|
165 |
+
If you find this project useful, please consider citing:
|
166 |
+
```bibtex
|
167 |
+
@misc{sauder2025coralscapesdatasetsemanticscene,
|
168 |
+
title={The Coralscapes Dataset: Semantic Scene Understanding in Coral Reefs},
|
169 |
+
author={Jonathan Sauder and Viktor Domazetoski and Guilhem Banc-Prandi and Gabriela Perna and Anders Meibom and Devis Tuia},
|
170 |
+
year={2025},
|
171 |
+
eprint={2503.20000},
|
172 |
+
archivePrefix={arXiv},
|
173 |
+
primaryClass={cs.CV},
|
174 |
+
url={https://arxiv.org/abs/2503.20000},
|
175 |
+
}
|
176 |
+
```
|