Add HF dataset card frontmatter and fix file paths
Browse files
README.md
CHANGED
|
@@ -1,40 +1,42 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
#
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
- `
|
| 10 |
- `fathomnet_uuids_fathomnet_database/`
|
| 11 |
-
- `targeted_concepts_fathomnet_uuids.csv`
|
| 12 |
-
- `test_benthic_fathomnet_uuids.csv`
|
| 13 |
- `image_moment_uuids_vars/`
|
| 14 |
-
- `test_benthic_image_moment_uuids.csv`
|
| 15 |
-
- `test_non_benthic_image_moment_uuids.csv`
|
| 16 |
-
|
| 17 |
-
### Notes
|
| 18 |
|
| 19 |
-
|
| 20 |
-
-
|
|
|
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
The labels were originally tracked in this Google Sheet:
|
| 25 |
-
|
| 26 |
-
- https://docs.google.com/spreadsheets/d/1aJL3qEAe8etipd4aZPb49L1AwM9Nw14jHtG3jrzXQ5Y/edit?usp=sharing
|
| 27 |
|
| 28 |
## FathomVerse Full Coverage (Summer 2025)
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
Data location:
|
| 33 |
-
|
| 34 |
-
- `data/fathomverse_full_coverage/`
|
| 35 |
-
- `fathomverse_test_set_uuids.csv`
|
| 36 |
-
- `additional_test_images_giovanna.csv`
|
| 37 |
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: FathomNet Full Coverage Test Sets
|
| 4 |
+
tags:
|
| 5 |
+
- biology
|
| 6 |
+
- marine
|
| 7 |
+
- underwater
|
| 8 |
+
- object-detection
|
| 9 |
+
- benchmark
|
| 10 |
+
---
|
| 11 |
|
| 12 |
+
# FathomNet Full Coverage Test Sets
|
| 13 |
+
|
| 14 |
+
UUID lists for two full-coverage test imagery sets used in the FathomNet benchmark. "Full coverage" means every organism visible in each image was annotated.
|
| 15 |
|
| 16 |
+
## Full Coverage Test Imagery (Labeled Summer 2024)
|
| 17 |
|
| 18 |
+
UUIDs for full coverage test imagery labeled in summer 2024.
|
| 19 |
|
| 20 |
+
- `full_coverage_test_imagery_summer_2024/`
|
| 21 |
- `fathomnet_uuids_fathomnet_database/`
|
| 22 |
+
- `targeted_concepts_fathomnet_uuids.csv` — FathomNet UUIDs, targeted taxonomic concepts
|
| 23 |
+
- `test_benthic_fathomnet_uuids.csv` — FathomNet UUIDs, benthic images
|
| 24 |
- `image_moment_uuids_vars/`
|
| 25 |
+
- `test_benthic_image_moment_uuids.csv` — Image Moment UUIDs (VARS), benthic images
|
| 26 |
+
- `test_non_benthic_image_moment_uuids.csv` — Image Moment UUIDs (VARS), non-benthic images
|
|
|
|
|
|
|
| 27 |
|
| 28 |
+
**Notes:**
|
| 29 |
+
- CSVs in `fathomnet_uuids_fathomnet_database/` contain **FathomNet UUIDs** — labels completed in the FathomNet database.
|
| 30 |
+
- CSVs in `image_moment_uuids_vars/` contain **Image Moment UUIDs** — labels completed in VARS.
|
| 31 |
|
| 32 |
+
Original label tracking: https://docs.google.com/spreadsheets/d/1aJL3qEAe8etipd4aZPb49L1AwM9Nw14jHtG3jrzXQ5Y/edit?usp=sharing
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
## FathomVerse Full Coverage (Summer 2025)
|
| 35 |
|
| 36 |
+
UUID lists for the FathomVerse paper full coverage test set labeled in summer 2025.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
+
- `fathomverse_full_coverage/`
|
| 39 |
+
- `fathomverse_test_set_uuids.csv` — primary FathomVerse test set UUIDs
|
| 40 |
+
- `additional_test_images_giovanna.csv` — additional test images
|
| 41 |
|
| 42 |
+
Original data source: https://docs.google.com/spreadsheets/d/1WlkATLMk_eM4z42Sdt2Nq3v6GeR2TEkQFWkJxnPByo0/edit?usp=sharing
|