A reduced-resolution version of a plant disease recognition dataset intended for fast, low-memory training. The images have been resized to 128x128 pixels. The original author, organization, and specific size are unknown.
Use Cases
- Training lightweight image classifiers based on the 128x128 pixel resolution.
- Benchmarking model performance under memory constraints based on the low-memory training focus.
- Prototyping mobile or edge device models for plant disease detection based on the reduced image size.
Strengths
- Images are processed to a consistent 128x128 pixel resolution, which likely simplifies input pipelines.
- The dataset is explicitly designed for fast training, suggesting optimization for computational efficiency.
Limitations
- Description metadata is limited; actual data quality requires manual inspection after download.
- Column-level documentation is absent; field semantics must be inferred after download.
- Row count is unknown, which may limit suitability assessment.
Provenance
- Source
- Kaggle
- Collection Method
- Likely derived from a larger plant disease image collection by downscaling.