fruit-dataset
收藏资源简介:
FruitDet是一个社区驱动的水果图像分类数据集,专门用于深度学习任务。该数据集包含从多种真实世界环境中收集的水果和蔬菜图像,旨在提供标准化、可直接使用的图像数据。数据集涵盖19个不同的水果和蔬菜类别,包括苹果、鳄梨、香蕉、黑莓、胡萝卜、樱桃、葡萄、猕猴桃、柠檬、洋葱、橙子、木瓜、桃子、梨、辣椒、覆盆子、草莓和番茄。每个类别包含30张图像,总计570张图像。所有图像均经过预处理,统一调整为920×1080像素的分辨率,并采用标准化的命名格式({类别}_0000.jpg)。数据集采用清晰的文件结构组织,每个类别对应一个独立的文件夹,其中仅包含图像文件,没有隐藏或临时文件夹,便于直接与PyTorch、TensorFlow等主流深度学习框架集成。该数据集适用于图像分类模型的训练、验证和测试,特别适合用于水果识别、农产品检测等计算机视觉应用场景。
FruitDet is a community-driven fruit image classification dataset specifically designed for deep learning tasks. It contains images of fruits and vegetables collected from various real-world environments, aiming to provide standardized and directly usable image data. The dataset covers 19 different fruit and vegetable categories, including apple, avocado, banana, blackberry, carrot, cherry, grape, kiwi, lemon, onion, orange, papaya, peach, pear, pepper, raspberry, strawberry, and tomato. Each category includes 30 images, totaling 570 images. All images are preprocessed, uniformly resized to a resolution of 920×1080 pixels, and follow a standardized naming format ({category}_0000.jpg). The dataset is organized with a clear file structure, where each category corresponds to an independent folder containing only image files, without hidden or temporary folders, making it easy to integrate with mainstream deep learning frameworks such as PyTorch and TensorFlow. It is suitable for training, validation, and testing of image classification models, particularly for computer vision applications like fruit recognition and agricultural product detection.
数据集概述:FruitDet
该数据集是一个社区驱动的水果图像分类数据集,包含来自不同环境的真实世界水果图片。
主要特点
- 包含 19 个水果/蔬菜类别,每个类别有 30 张图片。
- 所有图片均已标准化并调整尺寸为 920×1080 像素,便于在深度学习管线上使用。
- 采用标准化命名规则:
{class}_0000.jpg。 - 文件夹结构清晰,可直接用于 PyTorch、TensorFlow 等框架。
- 仓库中不包含隐藏文件夹或临时文件夹。
类别列表
Apple, Avocado, Banana, Blackberry, Carrot, Cherry, Grape, Kiwi, Lemon, Onion, Orange, Papaya, Peach, Pear, Pepper, Raspberry, Strawberry, Tomato(共18个类别)
仓库结构
数据按类别分文件夹存放,每个文件夹内仅包含标准化命名的图片文件。
data/ ├── apple/ │ ├── apple_0000.jpg │ ├── apple_0001.jpg │ └── ... ├── avocado/ ├── banana/ ├── blackberry/ ├── carrot/ ├── cherry/ ├── grape/ ├── kiwi/ ├── lemon/ ├── onion/ ├── orange/ ├── papaya/ ├── peach/ ├── pear/ ├── pepper/ ├── raspberry/ ├── strawberry/ └── tomato/
任务类型
- 图像分类(image-classification)
语言
- 英文(en)
许可证
该数据集采用 CC BY 4.0 许可证,允许用户自由使用、修改、再分发和商业使用,但需提供适当的署名。
引用
如果该数据集对你的研究或项目有帮助,请引用此仓库。




