Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -109,4 +109,16 @@ The dataset provides three splits
|
|
| 109 |
## License
|
| 110 |
This dataset is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 111 |
|
| 112 |
-
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
## License
|
| 110 |
This dataset is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 111 |
|
| 112 |
+
## Citation
|
| 113 |
+
If you find this project useful, please consider citing:
|
| 114 |
+
```bibtex
|
| 115 |
+
@misc{sauder2025coralscapesdatasetsemanticscene,
|
| 116 |
+
title={The Coralscapes Dataset: Semantic Scene Understanding in Coral Reefs},
|
| 117 |
+
author={Jonathan Sauder and Viktor Domazetoski and Guilhem Banc-Prandi and Gabriela Perna and Anders Meibom and Devis Tuia},
|
| 118 |
+
year={2025},
|
| 119 |
+
eprint={2503.20000},
|
| 120 |
+
archivePrefix={arXiv},
|
| 121 |
+
primaryClass={cs.CV},
|
| 122 |
+
url={https://arxiv.org/abs/2503.20000},
|
| 123 |
+
}
|
| 124 |
+
```
|