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