CoolFace
Datasetpublic

TsinghuaCorals/reefnet_species_images

ReefNet Species Images Full-resolution coral reef images with species-level annotations from the ReefNet dataset. Dataset Description This dataset contains 51,080 images from 54 CoralNet sources with 365,030 annotation patches across 245 species. Each annotation in metadata.parquet specifies a patch center (Row, Column) within a full-resolution image. Crop a 224×224 patch centered at these coordinates for classification tasks. Splits The curated… See the full description on the dataset page: https://huggingface.co/datasets/TsinghuaCorals/reefnet_species_images.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes1.1kdownloads
Dataset Card

ReefNet Species Images

Full-resolution coral reef images with species-level annotations from the ReefNet dataset.

Dataset Description

This dataset contains 51,080 images from 54 CoralNet sources with 365,030 annotation patches across 245 species.

Each annotation in metadata.parquet specifies a patch center (Row, Column) within a full-resolution image. Crop a 224×224 patch centered at these coordinates for classification tasks.

Splits

The curated 92-class subset used for training has the following splits:

SplitPatchesDescription
train48,313Training set (max 1000/class)
image_val32,792Image-level validation (10%)
image_test33,090Image-level test (10%)
source_val8,074Source-level holdout (WAPA Interns)
null485,522Not in curated split (other species/annotations)

Metadata Columns

ColumnDescription
file_nameRelative path: {source}/{image_name}
splitSplit assignment (null if not in curated set)
in_curated_92classTrue if in the 92-class training split
label_taxonomyFull taxonomy string
label_coralnetOriginal CoralNet label
sourceCoralNet source name
Row, ColumnPatch center coordinates
Ecoregion, Province, RealmGeographic classification
Latitude, LongitudeGPS coordinates

Citation

bibtex
@article{reefnet2024,
  title={ReefNet: A Large-Scale Coral Reef Annotation Dataset},
  year={2024},
  note={https://huggingface.co/datasets/ReefNet/ReefNet-1.0}
}