Add arXiv paper link and citation
Browse files
README.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
| 1 |
# ELDOR Model Artifacts
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
- Dataset: https://huggingface.co/datasets/IRSC/ELDOR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ELDOR Model Artifacts
|
| 2 |
|
| 3 |
+
Model artifacts for ELDOR experiments.
|
| 4 |
+
|
| 5 |
+
- Paper: https://arxiv.org/abs/2605.15397
|
| 6 |
+
- PDF: https://arxiv.org/pdf/2605.15397
|
| 7 |
- Dataset: https://huggingface.co/datasets/IRSC/ELDOR
|
| 8 |
+
- Code: https://github.com/ckn3/GoldMiningMDD
|
| 9 |
+
|
| 10 |
+
## Contents
|
| 11 |
+
|
| 12 |
+
- `segmentation/checkpoints/`: semantic segmentation checkpoints trained and evaluated on ELDOR
|
| 13 |
+
- `classification/`: multi-label classification checkpoints trained and evaluated on ELDOR
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
```bibtex
|
| 18 |
+
@article{cui2026eldor,
|
| 19 |
+
title={ELDOR: A Dataset and Benchmark for Illegal Gold Mining in the Amazon Rainforest},
|
| 20 |
+
author={Cui, Kangning and Bohara, Surendra and Prasai, Suraj and Shao, Zishan and Tang, Wei and Pillaca, Martin and Flores, Edwin and Yang, Zhen and Larsen, Gregory and Dethier, Evan and Lutz, David and Morel, Jean-Michel and Silman, Miles and Pauca, Victor and Yang, Fan},
|
| 21 |
+
journal={arXiv preprint arXiv:2605.15397},
|
| 22 |
+
year={2026}
|
| 23 |
+
}
|
| 24 |
+
```
|