Datasets:
Tasks:
Image Classification
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
image classification
object detection
plant identification
horticulture plant classification
forestry resource management
agricultural planting optimization
License:
Commit ·
89639cf
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +63 -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,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image classification
|
| 4 |
+
- object detection
|
| 5 |
+
- plant identification
|
| 6 |
+
- horticulture plant classification
|
| 7 |
+
- forestry resource management
|
| 8 |
+
- agricultural planting optimization
|
| 9 |
+
license: cc-by-nc-sa-4.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- image-classification
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pretty_name: Garden Flower Rosa Banksiae Identification Image Dataset
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1B<n<10B
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Garden Flower Rosa Banksiae Identification Image Dataset
|
| 20 |
+
|
| 21 |
+
Currently, in horticulture and agriculture forestry industries, the identification and management of flowers face problems of inaccurate identification and low identification efficiency. Traditional manual identification methods often fail to meet the demands of large-scale identification due to lack of experience and high labor costs. This dataset provides a foundation for improving the accuracy of automatic plant identification systems by offering highly accurate Rosa Banksiae flower images. Data collection is conducted by professional photographers using high-resolution cameras under natural light to ensure comprehensive coverage of various angles and growth stages. In terms of quality control, a multi-round annotation mechanism is adopted and reviewed by botanical experts to ensure annotation accuracy and consistency. The annotation team consists of 30 plant science professionals, and data preprocessing includes image enhancement, noise reduction, and other techniques to improve the model training effect. Data is stored in JPG format and organized by flower types and growth stages. The dataset has the following core advantages: annotation accuracy reaches 99%, consistency is 98%, and completeness covers 90% of known species. By introducing an automated annotation algorithm, data processing efficiency is improved by 50% compared to traditional methods. In agricultural planting optimization, using this dataset increases identification accuracy by 30%. Compared to similar datasets, our images offer richer details, particularly with significant advantages in light and angle control. The dataset covers rare Rosa Banksiae varieties, providing rare learning opportunities and strong scalability, suitable for different plant identification tasks.
|
| 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 species of the flower identified, such as Rosa banksiae, Rosa, etc. |
|
| 30 |
+
| flower_color | string | The main color of the flower, such as red, yellow, etc. |
|
| 31 |
+
| bloom_stage | string | The blooming stage of the flower, such as bud, full bloom, withering. |
|
| 32 |
+
| leaf_presence | boolean | A marker indicating whether leaves are present in the image. |
|
| 33 |
+
| plant_health | string | The health status of the plant, such as healthy, diseased, or pest-infested. |
|
| 34 |
+
| flower_count | integer | The total count of flowers present in the image. |
|
| 35 |
+
| image_quality | string | The clarity and noise level of the image, such as high, medium, low quality. |
|
| 36 |
+
| background_clutter | string | The complexity level of the image background, such as simple, complex. |
|
| 37 |
+
| sun_exposure | string | The sun exposure level of the flower in the image, such as shaded, full sun. |
|
| 38 |
+
| image_focus | string | The focus status of the image, such as focused, out of focus. |
|
| 39 |
+
|
| 40 |
+
## Compliance Statement
|
| 41 |
+
|
| 42 |
+
<table>
|
| 43 |
+
<tr>
|
| 44 |
+
<td>Authorization Type</td>
|
| 45 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 46 |
+
</tr>
|
| 47 |
+
<tr>
|
| 48 |
+
<td>Commercial Use</td>
|
| 49 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 50 |
+
</tr>
|
| 51 |
+
<tr>
|
| 52 |
+
<td>Privacy and Anonymization</td>
|
| 53 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 54 |
+
</tr>
|
| 55 |
+
<tr>
|
| 56 |
+
<td>Compliance System</td>
|
| 57 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 58 |
+
</tr>
|
| 59 |
+
</table>
|
| 60 |
+
|
| 61 |
+
## Source & Contact
|
| 62 |
+
|
| 63 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/5e7d050da725cebf4668e622266ced47?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|