Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 81, in _split_generators
                  first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 32, in _get_pipeline_from_tar
                  fs: fsspec.AbstractFileSystem = fsspec.filesystem("memory")
                                                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 302, in filesystem
                  cls = get_filesystem_class(protocol)
                File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 239, in get_filesystem_class
                  raise ValueError(f"Protocol not known: {protocol}")
              ValueError: Protocol not known: memory
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

DonaDataset

License WildINTEL

Version: REPLACE_WITH_VERSION

Camera-trap image dataset for object detection, from Doñana National Park, Spain.

Dataset format

This dataset is distributed in YOLO format for object detection.

After downloading and extracting all tar shards into the same directory, the expected structure is:

.
├── donana.yaml
├── images/
│   ├── train/
│   ├── val/
│   └── test/
└── labels/
    ├── train/
    ├── val/
    └── test/

The YOLO configuration file uses relative paths:

path: .
train: images/train
val: images/val
test: images/test

Splits

  • train: 3 images
  • val: 3 images
  • test: 3 images

Classes

  • 0: Ave
  • 1: Felis catus
  • 2: Bos taurus
  • 3: Canis familiaris
  • 4: Herpestes ichneumon
  • 5: Meles meles
  • 6: Oryctolagus cuniculus
  • 7: Dama dama
  • 8: Genetta genetta
  • 9: Equus sp
  • 10: Lepus granatensis
  • 11: Lynx pardinus
  • 12: Cervus elaphus
  • 13: Vulpes vulpes
  • 14: Sus scrofa
  • 15: Empty

Data files

The image and label files are stored inside tar shards under:

data/train/
data/val/
data/test/

Each tar file preserves YOLO-compatible internal paths, for example:

images/train/example.jpg
labels/train/example.txt

Integrity verification

The export includes:

checksums-sha256.txt
manifest.csv
manifest-files-sha256.csv
verification_report_local.json

Use these files to verify downloaded shards and internal image/label hashes.

Example extraction

From the directory containing the downloaded files:

mkdir -p extracted
cp donana.yaml extracted/

for f in data/train/*.tar data/val/*.tar data/test/*.tar; do
  tar -xf "$f" -C extracted/
done

Then train with a YOLO-compatible framework using:

extracted/donana.yaml

Hugging Face repository

wildintelproject/donadataset

Contributing

Issues and pull requests are welcome in the source code repository: https://github.com/wildintelproject/donadataset

Funding

This work is part of the WildINTEL project, funded by the Biodiversa+ Joint Research Call 2022-2023 "Improved transnational monitoring of biodiversity and ecosystem change for science and society (BiodivMon)".

License

This dataset is released under: CC-BY-4.0.

Citation

Please check CITATION.cff for citation information.

Limitations and ethical considerations

Before using this dataset, users should review possible limitations related to camera-trap data, class imbalance, annotation quality, environmental bias, privacy, and sensitive ecological information.

Zenodo Sandbox DOI

This dataset version has an associated Zenodo linked dataset record.

Note: this is a Zenodo Sandbox DOI for workflow testing only. It must not be used for formal citation.

Downloads last month
2