Upload dataset export
Browse files- CITATION.cff +13 -0
- HuggingFaceHub.yaml +115 -0
- LICENSE +8 -0
- README.md +145 -0
- checksums-sha256.txt +13 -0
- data/test/test-00000.tar +3 -0
- data/train/train-00000.tar +3 -0
- data/val/val-00000.tar +3 -0
- dataset_info.json +58 -0
- donana.yaml +22 -0
- hfh_export.log +16 -0
- manifest-files-sha256.csv +19 -0
- manifest.csv +10 -0
- metadata.csv +10 -0
- validation_report.json +7 -0
- verification_report_local.json +8 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: "1.2.0"
|
| 2 |
+
title: "DonaDataset"
|
| 3 |
+
message: "If you use this dataset, please cite it as below."
|
| 4 |
+
type: "dataset"
|
| 5 |
+
authors:
|
| 6 |
+
- given-names: "WildINTEL Spain"
|
| 7 |
+
family-names: "WildINTEL"
|
| 8 |
+
affiliation: "University of Huelva"
|
| 9 |
+
version: "REPLACE_WITH_VERSION"
|
| 10 |
+
date-released: "2026-07-15"
|
| 11 |
+
license: "CC-BY-4.0"
|
| 12 |
+
repository-code: "https://github.com/wildintelproject/donadataset"
|
| 13 |
+
repository-artifact: "https://huggingface.co/datasets/wildintelproject/donadataset"
|
HuggingFaceHub.yaml
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
project:
|
| 2 |
+
dataset_slug: donadataset
|
| 3 |
+
dataset_name: DonaDataset
|
| 4 |
+
version: REPLACE_WITH_VERSION
|
| 5 |
+
description: Camera-trap image dataset for object detection, from Doñana National
|
| 6 |
+
Park, Spain.
|
| 7 |
+
task: object-detection
|
| 8 |
+
annotation_format: YOLO
|
| 9 |
+
paths:
|
| 10 |
+
source_dataset_dir: /home/ijfviana/Documentos/donadataset/output
|
| 11 |
+
output_dir: /home/ijfviana/Documentos/donadataset/HFH
|
| 12 |
+
splits:
|
| 13 |
+
train: train
|
| 14 |
+
validation: val
|
| 15 |
+
test: test
|
| 16 |
+
dataset_structure:
|
| 17 |
+
images_folder_name: images
|
| 18 |
+
labels_folder_name: labels
|
| 19 |
+
expected_image_dirs:
|
| 20 |
+
- images/train
|
| 21 |
+
- images/val
|
| 22 |
+
- images/test
|
| 23 |
+
expected_label_dirs:
|
| 24 |
+
- labels/train
|
| 25 |
+
- labels/val
|
| 26 |
+
- labels/test
|
| 27 |
+
image_files:
|
| 28 |
+
allowed_extensions:
|
| 29 |
+
- .jpg
|
| 30 |
+
- .jpeg
|
| 31 |
+
- .png
|
| 32 |
+
case_sensitive_extensions: false
|
| 33 |
+
recursive_scan: false
|
| 34 |
+
label_files:
|
| 35 |
+
extension: .txt
|
| 36 |
+
allow_empty_label_files: true
|
| 37 |
+
require_label_for_each_image: true
|
| 38 |
+
allow_label_without_image: false
|
| 39 |
+
validation:
|
| 40 |
+
validate_class_ids: true
|
| 41 |
+
validate_normalized_coordinates: true
|
| 42 |
+
coordinate_min_value: 0.0
|
| 43 |
+
coordinate_max_value: 1.0
|
| 44 |
+
hashing:
|
| 45 |
+
chunk_size_mb: 8
|
| 46 |
+
sharding:
|
| 47 |
+
archive_format: tar
|
| 48 |
+
compression: none
|
| 49 |
+
max_shard_size_gb: 2.0
|
| 50 |
+
manifest:
|
| 51 |
+
manifest_filename: manifest.csv
|
| 52 |
+
file_hash_manifest_filename: manifest-files-sha256.csv
|
| 53 |
+
metadata_filename: metadata.csv
|
| 54 |
+
output_files:
|
| 55 |
+
readme_filename: README.md
|
| 56 |
+
license_filename: LICENSE
|
| 57 |
+
citation_filename: CITATION.cff
|
| 58 |
+
yolo_yaml_filename: donana.yaml
|
| 59 |
+
dataset_info_filename: dataset_info.json
|
| 60 |
+
local_verification_report_filename: verification_report_local.json
|
| 61 |
+
downloaded_verification_report_filename: verification_report_downloaded.json
|
| 62 |
+
checksums:
|
| 63 |
+
checksum_filename: checksums-sha256.txt
|
| 64 |
+
local_verification:
|
| 65 |
+
stop_on_verification_error: true
|
| 66 |
+
license:
|
| 67 |
+
license_id: CC-BY-4.0
|
| 68 |
+
license_name: Creative Commons Attribution 4.0 International
|
| 69 |
+
license_url: https://creativecommons.org/licenses/by/4.0/
|
| 70 |
+
citation:
|
| 71 |
+
cff_version: 1.2.0
|
| 72 |
+
message: If you use this dataset, please cite it as below.
|
| 73 |
+
type: dataset
|
| 74 |
+
authors:
|
| 75 |
+
- given_names: WildINTEL Spain
|
| 76 |
+
family_names: WildINTEL
|
| 77 |
+
affiliation: University of Huelva
|
| 78 |
+
repository_code: https://github.com/wildintelproject/donadataset
|
| 79 |
+
repository_artifact: https://huggingface.co/datasets/wildintelproject/donadataset
|
| 80 |
+
doi: null
|
| 81 |
+
huggingface:
|
| 82 |
+
repo_id: wildintelproject/donadataset
|
| 83 |
+
repo_type: dataset
|
| 84 |
+
private: true
|
| 85 |
+
token_env_var: HF_TOKEN
|
| 86 |
+
create_repo_if_missing: true
|
| 87 |
+
commit_message: Upload dataset export
|
| 88 |
+
upload_ignore_patterns:
|
| 89 |
+
- '*.tmp'
|
| 90 |
+
- '*.bak'
|
| 91 |
+
- __pycache__/
|
| 92 |
+
- .DS_Store
|
| 93 |
+
upload_delete_patterns:
|
| 94 |
+
- '*.bak'
|
| 95 |
+
retry:
|
| 96 |
+
enabled: true
|
| 97 |
+
max_attempts: 5
|
| 98 |
+
initial_wait_minutes: 2
|
| 99 |
+
incremental_wait: true
|
| 100 |
+
retry_on_status_codes:
|
| 101 |
+
- 429
|
| 102 |
+
- 500
|
| 103 |
+
- 502
|
| 104 |
+
- 503
|
| 105 |
+
- 504
|
| 106 |
+
public_visibility_report_filename: hfh_publication_report.json
|
| 107 |
+
update_config_private_flag: true
|
| 108 |
+
public_check_timeout_seconds: 20
|
| 109 |
+
doi_sync_report_filename: hfh_doi_sync_report.json
|
| 110 |
+
export:
|
| 111 |
+
overwrite_output_dir: false
|
| 112 |
+
fail_if_output_dir_exists: true
|
| 113 |
+
internal_config_filename: HuggingFaceHub.yaml
|
| 114 |
+
create_logs: true
|
| 115 |
+
log_filename: hfh_export.log
|
LICENSE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution 4.0 International
|
| 2 |
+
|
| 3 |
+
License identifier: CC-BY-4.0
|
| 4 |
+
License URL: https://creativecommons.org/licenses/by/4.0/
|
| 5 |
+
|
| 6 |
+
This file is a short license notice for the dataset. Please review the full license text at the URL above.
|
| 7 |
+
|
| 8 |
+
If this dataset contains images collected by institutions, protected areas, camera traps, or third-party contributors, make sure that redistribution rights have been properly cleared.
|
README.md
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
pretty_name: DonaDataset
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# DonaDataset
|
| 9 |
+
|
| 10 |
+

|
| 11 |
+
[](https://wildintel.eu/)
|
| 12 |
+
|
| 13 |
+
Version: `REPLACE_WITH_VERSION`
|
| 14 |
+
|
| 15 |
+
Camera-trap image dataset for object detection, from Doñana National Park, Spain.
|
| 16 |
+
|
| 17 |
+
## Dataset format
|
| 18 |
+
|
| 19 |
+
This dataset is distributed in YOLO format for object detection.
|
| 20 |
+
|
| 21 |
+
After downloading and extracting all tar shards into the same directory, the expected structure is:
|
| 22 |
+
|
| 23 |
+
```text
|
| 24 |
+
.
|
| 25 |
+
├── donana.yaml
|
| 26 |
+
├── images/
|
| 27 |
+
│ ├── train/
|
| 28 |
+
│ ├── val/
|
| 29 |
+
│ └── test/
|
| 30 |
+
└── labels/
|
| 31 |
+
├── train/
|
| 32 |
+
├── val/
|
| 33 |
+
└── test/
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
The YOLO configuration file uses relative paths:
|
| 37 |
+
|
| 38 |
+
```yaml
|
| 39 |
+
path: .
|
| 40 |
+
train: images/train
|
| 41 |
+
val: images/val
|
| 42 |
+
test: images/test
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
## Splits
|
| 46 |
+
|
| 47 |
+
- `train`: 3 images
|
| 48 |
+
- `val`: 3 images
|
| 49 |
+
- `test`: 3 images
|
| 50 |
+
|
| 51 |
+
## Classes
|
| 52 |
+
|
| 53 |
+
- `0`: Ave
|
| 54 |
+
- `1`: Felis catus
|
| 55 |
+
- `2`: Bos taurus
|
| 56 |
+
- `3`: Canis familiaris
|
| 57 |
+
- `4`: Herpestes ichneumon
|
| 58 |
+
- `5`: Meles meles
|
| 59 |
+
- `6`: Oryctolagus cuniculus
|
| 60 |
+
- `7`: Dama dama
|
| 61 |
+
- `8`: Genetta genetta
|
| 62 |
+
- `9`: Equus sp
|
| 63 |
+
- `10`: Lepus granatensis
|
| 64 |
+
- `11`: Lynx pardinus
|
| 65 |
+
- `12`: Cervus elaphus
|
| 66 |
+
- `13`: Vulpes vulpes
|
| 67 |
+
- `14`: Sus scrofa
|
| 68 |
+
- `15`: Empty
|
| 69 |
+
|
| 70 |
+
## Data files
|
| 71 |
+
|
| 72 |
+
The image and label files are stored inside tar shards under:
|
| 73 |
+
|
| 74 |
+
```text
|
| 75 |
+
data/train/
|
| 76 |
+
data/val/
|
| 77 |
+
data/test/
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
+
Each tar file preserves YOLO-compatible internal paths, for example:
|
| 81 |
+
|
| 82 |
+
```text
|
| 83 |
+
images/train/example.jpg
|
| 84 |
+
labels/train/example.txt
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
## Integrity verification
|
| 88 |
+
|
| 89 |
+
The export includes:
|
| 90 |
+
|
| 91 |
+
```text
|
| 92 |
+
checksums-sha256.txt
|
| 93 |
+
manifest.csv
|
| 94 |
+
manifest-files-sha256.csv
|
| 95 |
+
verification_report_local.json
|
| 96 |
+
```
|
| 97 |
+
|
| 98 |
+
Use these files to verify downloaded shards and internal image/label hashes.
|
| 99 |
+
|
| 100 |
+
## Example extraction
|
| 101 |
+
|
| 102 |
+
From the directory containing the downloaded files:
|
| 103 |
+
|
| 104 |
+
```bash
|
| 105 |
+
mkdir -p extracted
|
| 106 |
+
cp donana.yaml extracted/
|
| 107 |
+
|
| 108 |
+
for f in data/train/*.tar data/val/*.tar data/test/*.tar; do
|
| 109 |
+
tar -xf "$f" -C extracted/
|
| 110 |
+
done
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
Then train with a YOLO-compatible framework using:
|
| 114 |
+
|
| 115 |
+
```text
|
| 116 |
+
extracted/donana.yaml
|
| 117 |
+
```
|
| 118 |
+
|
| 119 |
+
## Hugging Face repository
|
| 120 |
+
|
| 121 |
+
```text
|
| 122 |
+
wildintelproject/donadataset
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
## Contributing
|
| 126 |
+
|
| 127 |
+
Issues and pull requests are welcome in the source code repository: https://github.com/wildintelproject/donadataset
|
| 128 |
+
|
| 129 |
+
## Funding
|
| 130 |
+
|
| 131 |
+
This work is part of the [WildINTEL project](https://wildintel.eu/), funded by the
|
| 132 |
+
[Biodiversa+](https://www.biodiversa.eu/) Joint Research Call 2022-2023
|
| 133 |
+
"Improved transnational monitoring of biodiversity and ecosystem change for science and society (BiodivMon)".
|
| 134 |
+
|
| 135 |
+
## License
|
| 136 |
+
|
| 137 |
+
This dataset is released under: `CC-BY-4.0`.
|
| 138 |
+
|
| 139 |
+
## Citation
|
| 140 |
+
|
| 141 |
+
Please check `CITATION.cff` for citation information.
|
| 142 |
+
|
| 143 |
+
## Limitations and ethical considerations
|
| 144 |
+
|
| 145 |
+
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.
|
checksums-sha256.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
42c9905f123002ffc49ef54ff02b77292ab01e26226e0b708e186c983ceea0d5 CITATION.cff
|
| 2 |
+
fa7ffdb51bf43409e7bf351c9b70836cc57ab8591cedaccaefec9f0f10894542 HuggingFaceHub.yaml
|
| 3 |
+
6938db6cc9f054139a0e2f8951da02c05ca6999217e39c0f96812fc46a3eec09 LICENSE
|
| 4 |
+
6d1784aa1b552e98cfe509c4dc85aafb6733d07c935c477dd33cc43203698dde README.md
|
| 5 |
+
2171485bfaad24061a29c1891c4018cfbdb2c7cde834c458a6254ebd6e4cae91 data/test/test-00000.tar
|
| 6 |
+
ce87905985942bd8cfb4038af4c22063df7fe98096bffb777396bbf67f92b129 data/train/train-00000.tar
|
| 7 |
+
d605aaad1e1461837a984c1c5cf2c0fcb4e51fa6e52c0a8d8a50865c6183d25f data/val/val-00000.tar
|
| 8 |
+
2db74bb41acc46d9b28971612b35e2d0559504795227f47ed53798f400e483bc dataset_info.json
|
| 9 |
+
ba5d45f58fd8d9e87c8608badbb9a783a22f350ca88262ec2542bb0c343ae44d donana.yaml
|
| 10 |
+
835fcb972b47e017a814d64e57953806325f70c15f6158b2f2cb96b0151ce7e0 manifest-files-sha256.csv
|
| 11 |
+
1cf4b34cd5d50a1c01fdcc60b896f8b51c272920062148b3c2cf00646aa397c5 manifest.csv
|
| 12 |
+
4b47956d21200ade33a50810551e8c3191af2a327659f9436595925edcc3c352 metadata.csv
|
| 13 |
+
6094df3fae42268305f05b96dc65b0557994b2e5d616275bdbc12433f8843d2e validation_report.json
|
data/test/test-00000.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2171485bfaad24061a29c1891c4018cfbdb2c7cde834c458a6254ebd6e4cae91
|
| 3 |
+
size 20480
|
data/train/train-00000.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce87905985942bd8cfb4038af4c22063df7fe98096bffb777396bbf67f92b129
|
| 3 |
+
size 20480
|
data/val/val-00000.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d605aaad1e1461837a984c1c5cf2c0fcb4e51fa6e52c0a8d8a50865c6183d25f
|
| 3 |
+
size 20480
|
dataset_info.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "DonaDataset",
|
| 3 |
+
"dataset_slug": "donadataset",
|
| 4 |
+
"version": "REPLACE_WITH_VERSION",
|
| 5 |
+
"task": "object-detection",
|
| 6 |
+
"annotation_format": "YOLO",
|
| 7 |
+
"generated_at_utc": "2026-07-15T10:14:31+00:00",
|
| 8 |
+
"num_images": 9,
|
| 9 |
+
"num_labels": 9,
|
| 10 |
+
"num_shards": 3,
|
| 11 |
+
"classes": {
|
| 12 |
+
"0": "Ave",
|
| 13 |
+
"1": "Felis catus",
|
| 14 |
+
"2": "Bos taurus",
|
| 15 |
+
"3": "Canis familiaris",
|
| 16 |
+
"4": "Herpestes ichneumon",
|
| 17 |
+
"5": "Meles meles",
|
| 18 |
+
"6": "Oryctolagus cuniculus",
|
| 19 |
+
"7": "Dama dama",
|
| 20 |
+
"8": "Genetta genetta",
|
| 21 |
+
"9": "Equus sp",
|
| 22 |
+
"10": "Lepus granatensis",
|
| 23 |
+
"11": "Lynx pardinus",
|
| 24 |
+
"12": "Cervus elaphus",
|
| 25 |
+
"13": "Vulpes vulpes",
|
| 26 |
+
"14": "Sus scrofa",
|
| 27 |
+
"15": "Empty"
|
| 28 |
+
},
|
| 29 |
+
"splits": {
|
| 30 |
+
"train": {
|
| 31 |
+
"num_images": 3,
|
| 32 |
+
"num_labels": 3,
|
| 33 |
+
"num_shards": 1,
|
| 34 |
+
"size_bytes_original_files": 2021,
|
| 35 |
+
"shards": [
|
| 36 |
+
"data/train/train-00000.tar"
|
| 37 |
+
]
|
| 38 |
+
},
|
| 39 |
+
"val": {
|
| 40 |
+
"num_images": 3,
|
| 41 |
+
"num_labels": 3,
|
| 42 |
+
"num_shards": 1,
|
| 43 |
+
"size_bytes_original_files": 2000,
|
| 44 |
+
"shards": [
|
| 45 |
+
"data/val/val-00000.tar"
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"test": {
|
| 49 |
+
"num_images": 3,
|
| 50 |
+
"num_labels": 3,
|
| 51 |
+
"num_shards": 1,
|
| 52 |
+
"size_bytes_original_files": 2000,
|
| 53 |
+
"shards": [
|
| 54 |
+
"data/test/test-00000.tar"
|
| 55 |
+
]
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
}
|
donana.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
path: .
|
| 2 |
+
train: images/train
|
| 3 |
+
val: images/val
|
| 4 |
+
test: images/test
|
| 5 |
+
nc: 16
|
| 6 |
+
names:
|
| 7 |
+
0: Ave
|
| 8 |
+
1: Felis catus
|
| 9 |
+
2: Bos taurus
|
| 10 |
+
3: Canis familiaris
|
| 11 |
+
4: Herpestes ichneumon
|
| 12 |
+
5: Meles meles
|
| 13 |
+
6: Oryctolagus cuniculus
|
| 14 |
+
7: Dama dama
|
| 15 |
+
8: Genetta genetta
|
| 16 |
+
9: Equus sp
|
| 17 |
+
10: Lepus granatensis
|
| 18 |
+
11: Lynx pardinus
|
| 19 |
+
12: Cervus elaphus
|
| 20 |
+
13: Vulpes vulpes
|
| 21 |
+
14: Sus scrofa
|
| 22 |
+
15: Empty
|
hfh_export.log
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-07-15 12:14:31,562 | INFO | Creating tar shards...
|
| 2 |
+
2026-07-15 12:14:31,562 | INFO | Creating shard: data/train/train-00000.tar
|
| 3 |
+
2026-07-15 12:14:31,572 | INFO | Creating shard: data/val/val-00000.tar
|
| 4 |
+
2026-07-15 12:14:31,578 | INFO | Creating shard: data/test/test-00000.tar
|
| 5 |
+
2026-07-15 12:14:31,583 | INFO | Created shards: 3
|
| 6 |
+
2026-07-15 12:14:31,583 | INFO | Writing manifests and metadata...
|
| 7 |
+
2026-07-15 12:14:31,584 | INFO | classes.names not set in config; using 'names' from /home/ijfviana/Documentos/donadataset/output/donana_filtered.yaml
|
| 8 |
+
2026-07-15 12:14:31,585 | INFO | classes.names not set in config; using 'names' from /home/ijfviana/Documentos/donadataset/output/donana_filtered.yaml
|
| 9 |
+
2026-07-15 12:14:31,586 | INFO | Writing dataset documentation files...
|
| 10 |
+
2026-07-15 12:14:31,587 | INFO | classes.names not set in config; using 'names' from /home/ijfviana/Documentos/donadataset/output/donana_filtered.yaml
|
| 11 |
+
2026-07-15 12:14:31,588 | INFO | classes.names not set in config; using 'names' from /home/ijfviana/Documentos/donadataset/output/donana_filtered.yaml
|
| 12 |
+
2026-07-15 12:14:31,594 | INFO | classes.names not set in config; using 'names' from /home/ijfviana/Documentos/donadataset/output/donana_filtered.yaml
|
| 13 |
+
2026-07-15 12:14:31,600 | INFO | classes.names not set in config; using 'names' from /home/ijfviana/Documentos/donadataset/output/donana_filtered.yaml
|
| 14 |
+
2026-07-15 12:14:31,616 | INFO | Writing global SHA256 checksums...
|
| 15 |
+
2026-07-15 12:14:31,618 | INFO | Running local export verification...
|
| 16 |
+
2026-07-15 12:14:31,622 | INFO | HFH export completed successfully: /home/ijfviana/Documentos/donadataset/HFH
|
manifest-files-sha256.csv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
split,file_type,relative_path,sha256,size_bytes,shard
|
| 2 |
+
train,image,images/train/img_001.jpg,54cbda5f16e1710118fb09d45791c114e4bfa575e1ae7505e2da5864aa3f03a6,644,data/train/train-00000.tar
|
| 3 |
+
train,label,labels/train/img_001.txt,4e0aa40a23149bb481a3d5b8138814026f1fdc80060d459ae545e21a1d7ac094,22,data/train/train-00000.tar
|
| 4 |
+
train,image,images/train/img_003.jpg,3c2fdac6feb6f5b6d888de1e79bfbbd8f49f10362d5fe28b69dd39e521b8b40e,644,data/train/train-00000.tar
|
| 5 |
+
train,label,labels/train/img_003.txt,b6cecfaf146518ca317857a2a686cdd40a1e21adf717acaa2d3d8cf12fa509b3,22,data/train/train-00000.tar
|
| 6 |
+
train,image,images/train/img_006.jpg,8d31e26db2f27120e1f44c9c58fae235f2911ab14b13b14cc98b621adb96e553,643,data/train/train-00000.tar
|
| 7 |
+
train,label,labels/train/img_006.txt,998e6417140fe4e524e27ecb73b0f8b8d9d27247c0f17ea6380881d49c43c26e,46,data/train/train-00000.tar
|
| 8 |
+
val,image,images/val/img_101.jpg,2e3201806586ba838c7bf88e87ab9896771a249fd36e6a1dd10399c9cc59ce54,644,data/val/val-00000.tar
|
| 9 |
+
val,label,labels/val/img_101.txt,bc6e2a9d57e81952a62e79e675a18efea423ba8a003799017d7bfa1b6c529ef3,23,data/val/val-00000.tar
|
| 10 |
+
val,image,images/val/img_102.jpg,756dbf1ff4f44099f431c30173cdd87da47d30e8ab6ef5741d09f2c53102a784,645,data/val/val-00000.tar
|
| 11 |
+
val,label,labels/val/img_102.txt,e00525e624624c99d3fefe40deff66960812abe944ef737537fc4ac137985366,22,data/val/val-00000.tar
|
| 12 |
+
val,image,images/val/img_103.jpg,eabde8aaa2fb9a8150100c9e942f6d96a92160725fb36f1e2ac2bbd568a88663,643,data/val/val-00000.tar
|
| 13 |
+
val,label,labels/val/img_103.txt,018373be3aa54548711cc61ab8055de65631d0303a2145d5abdda89acc50cae7,23,data/val/val-00000.tar
|
| 14 |
+
test,image,images/test/img_201.jpg,1a36d99e920e1144890c4f6cd39c862ebcf7fe6be660c8add139d436d7c00ec9,645,data/test/test-00000.tar
|
| 15 |
+
test,label,labels/test/img_201.txt,b1f0ad91c3a08ef02c9c6ec6d6ae1af9ea8c1e3114a661f850fe10c05667718a,23,data/test/test-00000.tar
|
| 16 |
+
test,image,images/test/img_202.jpg,1853f39aa9baf487947e1e435aa14bb66335cb3c0b67df6181858525640195a5,644,data/test/test-00000.tar
|
| 17 |
+
test,label,labels/test/img_202.txt,2695ac05364b6d33c67173c311f75460785c2e6698cbc62fddf004a32ba64a1e,22,data/test/test-00000.tar
|
| 18 |
+
test,image,images/test/img_203.jpg,e06cd1a9ecc03058da7a56bf1a44a35b26562ace7c01f74576e0025436d8da67,644,data/test/test-00000.tar
|
| 19 |
+
test,label,labels/test/img_203.txt,849035346bf47a3b9d8a97b642b41f8541ab461651aa5f0e754d4da90e82317d,22,data/test/test-00000.tar
|
manifest.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
image_id,split,image_path,label_path,shard,image_size_bytes,label_size_bytes,image_sha256,label_sha256,num_objects,class_ids_present,classes_present
|
| 2 |
+
img_001,train,images/train/img_001.jpg,labels/train/img_001.txt,data/train/train-00000.tar,644,22,54cbda5f16e1710118fb09d45791c114e4bfa575e1ae7505e2da5864aa3f03a6,4e0aa40a23149bb481a3d5b8138814026f1fdc80060d459ae545e21a1d7ac094,1,0,Ave
|
| 3 |
+
img_003,train,images/train/img_003.jpg,labels/train/img_003.txt,data/train/train-00000.tar,644,22,3c2fdac6feb6f5b6d888de1e79bfbbd8f49f10362d5fe28b69dd39e521b8b40e,b6cecfaf146518ca317857a2a686cdd40a1e21adf717acaa2d3d8cf12fa509b3,1,5,Meles meles
|
| 4 |
+
img_006,train,images/train/img_006.jpg,labels/train/img_006.txt,data/train/train-00000.tar,643,46,8d31e26db2f27120e1f44c9c58fae235f2911ab14b13b14cc98b621adb96e553,998e6417140fe4e524e27ecb73b0f8b8d9d27247c0f17ea6380881d49c43c26e,2,14,Sus scrofa
|
| 5 |
+
img_101,val,images/val/img_101.jpg,labels/val/img_101.txt,data/val/val-00000.tar,644,23,2e3201806586ba838c7bf88e87ab9896771a249fd36e6a1dd10399c9cc59ce54,bc6e2a9d57e81952a62e79e675a18efea423ba8a003799017d7bfa1b6c529ef3,1,11,Lynx pardinus
|
| 6 |
+
img_102,val,images/val/img_102.jpg,labels/val/img_102.txt,data/val/val-00000.tar,645,22,756dbf1ff4f44099f431c30173cdd87da47d30e8ab6ef5741d09f2c53102a784,e00525e624624c99d3fefe40deff66960812abe944ef737537fc4ac137985366,1,6,Oryctolagus cuniculus
|
| 7 |
+
img_103,val,images/val/img_103.jpg,labels/val/img_103.txt,data/val/val-00000.tar,643,23,eabde8aaa2fb9a8150100c9e942f6d96a92160725fb36f1e2ac2bbd568a88663,018373be3aa54548711cc61ab8055de65631d0303a2145d5abdda89acc50cae7,1,15,Empty
|
| 8 |
+
img_201,test,images/test/img_201.jpg,labels/test/img_201.txt,data/test/test-00000.tar,645,23,1a36d99e920e1144890c4f6cd39c862ebcf7fe6be660c8add139d436d7c00ec9,b1f0ad91c3a08ef02c9c6ec6d6ae1af9ea8c1e3114a661f850fe10c05667718a,1,12,Cervus elaphus
|
| 9 |
+
img_202,test,images/test/img_202.jpg,labels/test/img_202.txt,data/test/test-00000.tar,644,22,1853f39aa9baf487947e1e435aa14bb66335cb3c0b67df6181858525640195a5,2695ac05364b6d33c67173c311f75460785c2e6698cbc62fddf004a32ba64a1e,1,1,Felis catus
|
| 10 |
+
img_203,test,images/test/img_203.jpg,labels/test/img_203.txt,data/test/test-00000.tar,644,22,e06cd1a9ecc03058da7a56bf1a44a35b26562ace7c01f74576e0025436d8da67,849035346bf47a3b9d8a97b642b41f8541ab461651aa5f0e754d4da90e82317d,1,9,Equus sp
|
metadata.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
image_id,split,image_path,label_path,shard,num_objects,class_ids_present,classes_present
|
| 2 |
+
img_001,train,images/train/img_001.jpg,labels/train/img_001.txt,data/train/train-00000.tar,1,0,Ave
|
| 3 |
+
img_003,train,images/train/img_003.jpg,labels/train/img_003.txt,data/train/train-00000.tar,1,5,Meles meles
|
| 4 |
+
img_006,train,images/train/img_006.jpg,labels/train/img_006.txt,data/train/train-00000.tar,2,14,Sus scrofa
|
| 5 |
+
img_101,val,images/val/img_101.jpg,labels/val/img_101.txt,data/val/val-00000.tar,1,11,Lynx pardinus
|
| 6 |
+
img_102,val,images/val/img_102.jpg,labels/val/img_102.txt,data/val/val-00000.tar,1,6,Oryctolagus cuniculus
|
| 7 |
+
img_103,val,images/val/img_103.jpg,labels/val/img_103.txt,data/val/val-00000.tar,1,15,Empty
|
| 8 |
+
img_201,test,images/test/img_201.jpg,labels/test/img_201.txt,data/test/test-00000.tar,1,12,Cervus elaphus
|
| 9 |
+
img_202,test,images/test/img_202.jpg,labels/test/img_202.txt,data/test/test-00000.tar,1,1,Felis catus
|
| 10 |
+
img_203,test,images/test/img_203.jpg,labels/test/img_203.txt,data/test/test-00000.tar,1,9,Equus sp
|
validation_report.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at_utc": "2026-07-15T10:14:31+00:00",
|
| 3 |
+
"num_issues": 0,
|
| 4 |
+
"num_errors": 0,
|
| 5 |
+
"num_warnings": 0,
|
| 6 |
+
"issues": []
|
| 7 |
+
}
|
verification_report_local.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at_utc": "2026-07-15T10:14:31+00:00",
|
| 3 |
+
"status": "passed",
|
| 4 |
+
"global_files_verified": 13,
|
| 5 |
+
"internal_tar_members_verified": 18,
|
| 6 |
+
"num_errors": 0,
|
| 7 |
+
"errors": []
|
| 8 |
+
}
|