Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,164 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Plant Species Classification Dataset
|
| 2 |
+
|
| 3 |
+
A comprehensive dataset containing 64 different plant species with high-quality images for machine learning and computer vision applications.
|
| 4 |
+
|
| 5 |
+
## Dataset Overview
|
| 6 |
+
|
| 7 |
+
This dataset is designed for plant species classification tasks and contains images of various plant species organized in a structured format suitable for training deep learning models.
|
| 8 |
+
|
| 9 |
+
### Key Statistics
|
| 10 |
+
|
| 11 |
+
- **Total Classes**: 64 plant species
|
| 12 |
+
- **Total Images**: 152,042 images
|
| 13 |
+
- **Image Format**: JPG
|
| 14 |
+
- **Dataset Split**:
|
| 15 |
+
- Training: 106,395 images
|
| 16 |
+
- Validation: 22,779 images
|
| 17 |
+
- Test: 22,868 images
|
| 18 |
+
|
| 19 |
+
## Dataset Structure
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
Plants_Datadet/
|
| 23 |
+
├── train/ # Training data (106,395 images)
|
| 24 |
+
│ ├── [Plant Species 1]/ # Each folder contains images of one species
|
| 25 |
+
│ ├── [Plant Species 2]/
|
| 26 |
+
│ └── ...
|
| 27 |
+
├── val/ # Validation data (22,779 images)
|
| 28 |
+
│ ├── [Plant Species 1]/
|
| 29 |
+
│ ├── [Plant Species 2]/
|
| 30 |
+
│ └── ...
|
| 31 |
+
├── test/ # Test data (22,868 images)
|
| 32 |
+
│ ├── [Plant Species 1]/
|
| 33 |
+
│ ├── [Plant Species 2]/
|
| 34 |
+
│ └── ...
|
| 35 |
+
├── train_split/ # Additional split for training (generated by training code)
|
| 36 |
+
│ ├── train/
|
| 37 |
+
│ ├── val/
|
| 38 |
+
│ ├── train.cache
|
| 39 |
+
│ └── val.cache
|
| 40 |
+
└── image_counts.xlsx # Detailed image count statistics
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## Plant Species Included
|
| 44 |
+
|
| 45 |
+
The dataset contains 64 diverse plant species including:
|
| 46 |
+
|
| 47 |
+
### Trees and Shrubs
|
| 48 |
+
- Acacia dealbata Link
|
| 49 |
+
- Liriodendron tulipifera L
|
| 50 |
+
- Nandina domestica Thunb
|
| 51 |
+
- Pyracantha coccinea M.Roem
|
| 52 |
+
- Schefflera arboricola (Hayata) Merr
|
| 53 |
+
- Smilax aspera L
|
| 54 |
+
- Trachelospermum jasminoides (Lindl.) Lem
|
| 55 |
+
- Zamioculcas zamiifolia (Lodd.) Engl
|
| 56 |
+
|
| 57 |
+
### Herbs and Wildflowers
|
| 58 |
+
- Aegopodium podagraria L
|
| 59 |
+
- Anemone alpina L
|
| 60 |
+
- Anemone hepatica L
|
| 61 |
+
- Anemone hupehensis (Lemoine) Lemoine
|
| 62 |
+
- Anemone nemorosa L
|
| 63 |
+
- Angelica sylvestris L
|
| 64 |
+
- Barbarea vulgaris R.Br
|
| 65 |
+
- Cirsium arvense (L.) Scop
|
| 66 |
+
- Cirsium vulgare (Savi) Ten
|
| 67 |
+
- Cymbalaria muralis P.Gaertn., B.Mey. & Scherb
|
| 68 |
+
- Dryopteris filix-mas (L.) Schott
|
| 69 |
+
- Epipactis helleborine (L.) Crantz
|
| 70 |
+
- Fragaria vesca L
|
| 71 |
+
- Helminthotheca echioides (L.) Holub
|
| 72 |
+
- Humulus lupulus L
|
| 73 |
+
- Hypericum androsaemum L
|
| 74 |
+
- Hypericum calycinum L
|
| 75 |
+
- Kniphofia uvaria (L.) Hook
|
| 76 |
+
- Lactuca serriola L
|
| 77 |
+
- Lamium album L
|
| 78 |
+
- Lamium galeobdolon (L.) L
|
| 79 |
+
- Lamium maculatum (L.) L
|
| 80 |
+
- Lamium purpureum L
|
| 81 |
+
- Lapsana communis L
|
| 82 |
+
- Lupinus polyphyllus Lindl
|
| 83 |
+
- Melilotus albus Medik
|
| 84 |
+
- Mercurialis annua L
|
| 85 |
+
- Nymphaea alba L
|
| 86 |
+
- Ophrys apifera Huds
|
| 87 |
+
- Pancratium maritimum L
|
| 88 |
+
- Papaver rhoeas L
|
| 89 |
+
- Papaver somniferum L
|
| 90 |
+
- Perovskia atriplicifolia Benth
|
| 91 |
+
- Trifolium incarnatum L
|
| 92 |
+
|
| 93 |
+
### Succulents and Sedums
|
| 94 |
+
- Sedum acre L
|
| 95 |
+
- Sedum album L
|
| 96 |
+
- Sedum rupestre L
|
| 97 |
+
- Sedum sediforme (Jacq.) Pau
|
| 98 |
+
|
| 99 |
+
### Ornamental Plants
|
| 100 |
+
- Anthurium andraeanum Linden ex André
|
| 101 |
+
- Fittonia albivenis (Lindl. ex Veitch) Brummitt
|
| 102 |
+
- Lavandula angustifolia Mill
|
| 103 |
+
- Lavandula stoechas L
|
| 104 |
+
- Pelargonium graveolens L'Hér
|
| 105 |
+
- Pelargonium inquinans (L.) Aiton
|
| 106 |
+
- Pelargonium zonale (L.) L'Hér
|
| 107 |
+
- Pelargonium zonale (L.) L'Hér. ex Aiton
|
| 108 |
+
- Punica granatum L
|
| 109 |
+
- Tagetes erecta L
|
| 110 |
+
- Tagetes patula L
|
| 111 |
+
|
| 112 |
+
### Vegetables and Fruits
|
| 113 |
+
- Cucurbita maxima Duchesne
|
| 114 |
+
- Cucurbita pepo L
|
| 115 |
+
|
| 116 |
+
### Tradescantia Varieties
|
| 117 |
+
- Tradescantia fluminensis Vell
|
| 118 |
+
- Tradescantia pallida (Rose) D.R.Hunt
|
| 119 |
+
- Tradescantia spathacea Sw
|
| 120 |
+
- Tradescantia virginiana L
|
| 121 |
+
- Tradescantia zebrina Bosse
|
| 122 |
+
|
| 123 |
+
## Image Characteristics
|
| 124 |
+
|
| 125 |
+
- **Format**: JPG
|
| 126 |
+
- **Naming Convention**: Images use hash-based filenames (e.g., `0038b49e0352646885a8899be350813d927f34a5.jpg`)
|
| 127 |
+
- **Quality**: High-quality images suitable for detailed plant identification
|
| 128 |
+
- **Content**: Various parts of plants including flowers, leaves, stems, and full plant views
|
| 129 |
+
|
| 130 |
+
## Usage
|
| 131 |
+
|
| 132 |
+
This dataset is suitable for:
|
| 133 |
+
|
| 134 |
+
1. **Plant Species Classification**: Train models to identify and classify different plant species
|
| 135 |
+
2. **Computer Vision Research**: Develop and test image classification algorithms
|
| 136 |
+
3. **Botanical Studies**: Analyze plant characteristics and features
|
| 137 |
+
4. **Educational Applications**: Create learning tools for plant identification
|
| 138 |
+
5. **Agricultural Applications**: Assist in crop and weed identification
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Dataset Splits
|
| 142 |
+
|
| 143 |
+
The dataset is pre-split into training, validation, and test sets to ensure proper model evaluation:
|
| 144 |
+
|
| 145 |
+
- **Training Set**: Used for model training and parameter optimization
|
| 146 |
+
- **Validation Set**: Used for hyperparameter tuning and model selection
|
| 147 |
+
- **Test Set**: Used for final model evaluation and performance assessment
|
| 148 |
+
|
| 149 |
+
## Additional Files
|
| 150 |
+
|
| 151 |
+
- `image_counts.xlsx`: Contains detailed statistics about the number of images per class
|
| 152 |
+
- `train_split/`: Contains additional splits generated during the training process with cache files for faster data loading
|
| 153 |
+
|
| 154 |
+
## Citation
|
| 155 |
+
|
| 156 |
+
If you use this dataset in your research or projects, please cite it appropriately and acknowledge the contributors.
|
| 157 |
+
|
| 158 |
+
## License
|
| 159 |
+
|
| 160 |
+
Please check the license terms before using this dataset for commercial purposes.
|
| 161 |
+
|
| 162 |
+
---
|
| 163 |
+
|
| 164 |
+
*This dataset provides a comprehensive collection of plant species images suitable for various machine learning and computer vision applications in botany, agriculture, and environmental studies.*
|