the-khiem7/snakeaid-yolov12-300-masking
收藏Hugging Face2026-04-08 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/the-khiem7/snakeaid-yolov12-300-masking
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc0-1.0
task_categories:
- object-detection
tags:
- yolo
- yolov12
- snake-detection
- roboflow
pretty_name: SnakeAid YOLOv12 300 Masking
---
# SnakeAid YOLOv12 300 Masking
## Dataset Summary
This repository contains a YOLO-format SnakeAid object-detection dataset for snake detection experiments. It is organized as image/label pairs across `train, valid, test` splits and is intended for training or evaluating YOLO-family detectors, including the related SnakeAid Detect YOLOv12 checkpoints linked below.
> Safety note: snake detection can be safety-critical in real-world use. Treat model outputs trained on this data as assistive signals only; do not use them as the sole basis for handling, approaching, or identifying a snake.
## Key Details
| Field | Value |
| --- | --- |
| Format | YOLO object detection |
| Splits | `train, valid, test` |
| Images | 353 |
| Label files | 353 |
| Classes | 4 |
| License metadata | `cc0-1.0` |
| Uploadable local files | 1420 |
## Splits
| Split | Images | Labels |
| --- | ---: | ---: |
| train | 309 | 309 |
| valid | 29 | 29 |
| test | 15 | 15 |
## File Layout
```text
data.yaml
train/images/*.jpg
train/labels/*.txt
valid/images/*.jpg
valid/labels/*.txt
test/images/*.jpg
test/labels/*.txt
```
Each image is paired with a YOLO `.txt` label file using the same stem. Class names and split paths are defined in `data.yaml`.
## Classes
| Class ID | Name |
| ---: | --- |
| 0 | `cap_nong` |
| 1 | `ho_mang_xiem` |
| 2 | `ran_hoa_can_van_dom` |
| 3 | `ran_sai_co` |
## Loading Example
```python
from huggingface_hub import snapshot_download
dataset_dir = snapshot_download(
repo_id="the-khiem7/snakeaid-yolov12-300-masking",
repo_type="dataset",
)
print(dataset_dir)
```
For YOLO training, point your training command at the downloaded `data.yaml`.
## Provenance
- workspace: anh-by-i-n-nh-em
- project: my-first-project-hyskh
- version: 3
- license: Public Domain
- url: https://universe.roboflow.com/anh-by-i-n-nh-em/my-first-project-hyskh/dataset/3
## Related Models
- [the-khiem7/snakeaid-detect-yolov12n-10e-300masking](https://huggingface.co/the-khiem7/snakeaid-detect-yolov12n-10e-300masking)
## Limitations
- The dataset is provided as a local YOLO export, not as a fully curated benchmark.
- Class balance, duplicate images, annotation quality, and real-world geographic coverage have not been independently audited in this upload workflow.
- Performance can vary significantly with lighting, camera angle, occlusion, species similarity, and image quality.
- Use additional validation before deploying a detector trained on this data in field or safety-sensitive settings.
提供机构:
the-khiem7



