Datasets:
Tasks:
Image Classification
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
image classification
plant disease detection
intelligent planting management
garden flower management
agricultural technology applications
plant recognition systems
License:
Commit ·
ae4c1f1
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +62 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image classification
|
| 4 |
+
- plant disease detection
|
| 5 |
+
- intelligent planting management
|
| 6 |
+
- garden flower management
|
| 7 |
+
- agricultural technology applications
|
| 8 |
+
- plant recognition systems
|
| 9 |
+
license: cc-by-nc-sa-4.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- image-classification
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pretty_name: Pansy Recognition Image Dataset
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1B<n<10B
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Pansy Recognition Image Dataset
|
| 20 |
+
|
| 21 |
+
Currently, garden management faces the challenge of efficiently and accurately identifying flower varieties. Traditional manual identification relies on experience and is inefficient. Existing image recognition technologies still need improvement in the accuracy of specific flower types, especially in complex backgrounds. This dataset aims to address common accuracy deficiencies in pansy recognition by providing a large number of high-quality images to meet the needs of intelligent recognition system development. Data is collected using professional photographic equipment under natural light and various backgrounds to ensure diversity and authenticity. Quality control includes multiple rounds of expert labeling, a combination of machine preliminary classification, and manual review to ensure high labeling precision. The team consists of botany experts and data labeling professionals, with a scale of more than 10 members. In data preprocessing, the latest image enhancement technology is used to improve model training effectiveness. The storage format is JPG, and data is organized by flower category and shooting conditions. The dataset features high precision labeling and consistency in data quality, with a labeling accuracy rate of over 98%. Innovative semi-supervised learning labeling methods are adopted to enhance the dataset's scalability. Compared to similar datasets, this dataset demonstrates stronger application value under diverse and natural collection conditions, particularly in improving the accuracy of flower recognition. It offers greater background diversity and distribution rarity compared to other datasets, suitable for secondary development and application promotion of various intelligent applications, supporting cross-scenario expanded applications.
|
| 22 |
+
|
| 23 |
+
## Technical Specifications
|
| 24 |
+
|
| 25 |
+
| Field | Type | Description |
|
| 26 |
+
| :--- | :--- | :--- |
|
| 27 |
+
| file_name | string | File name |
|
| 28 |
+
| quality | string | Resolution |
|
| 29 |
+
| flower_species | string | The specific type or subspecies of the pansy. |
|
| 30 |
+
| color_pattern | string | The combination and pattern of colors on the pansy petals. |
|
| 31 |
+
| bloom_status | string | The blooming status of the pansy at the time of the photo, e.g., budding, full bloom. |
|
| 32 |
+
| plant_health | string | The observed health condition of the pansy plant (healthy, diseased, etc.). |
|
| 33 |
+
| leaf_characteristics | string | The morphology and color characteristics of the pansy plant leaves. |
|
| 34 |
+
| flower_count | integer | The number of pansy flowers in the image. |
|
| 35 |
+
| background_objects | string | Description of the objects in the background surrounding the pansy in the image. |
|
| 36 |
+
| light_conditions | string | The lighting conditions during the image capture, such as natural light or shadow. |
|
| 37 |
+
| image_quality | string | The clarity and color reproduction quality of the image. |
|
| 38 |
+
|
| 39 |
+
## Compliance Statement
|
| 40 |
+
|
| 41 |
+
<table>
|
| 42 |
+
<tr>
|
| 43 |
+
<td>Authorization Type</td>
|
| 44 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 45 |
+
</tr>
|
| 46 |
+
<tr>
|
| 47 |
+
<td>Commercial Use</td>
|
| 48 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 49 |
+
</tr>
|
| 50 |
+
<tr>
|
| 51 |
+
<td>Privacy and Anonymization</td>
|
| 52 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 53 |
+
</tr>
|
| 54 |
+
<tr>
|
| 55 |
+
<td>Compliance System</td>
|
| 56 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 57 |
+
</tr>
|
| 58 |
+
</table>
|
| 59 |
+
|
| 60 |
+
## Source & Contact
|
| 61 |
+
|
| 62 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/0325fad4c44e34847040c84985660ed1?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|