everycoffee/autotrain-data-coffee-beans
收藏资源简介:
--- task_categories: - image-classification --- # AutoTrain Dataset for project: coffee-beans ## Dataset Description This dataset has been automatically processed by AutoTrain for project coffee-beans. ### Languages The BCP-47 code for the dataset's language is unk. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "image": "<224x224 RGB PIL image>", "feat_width": 224, "feat_height": 224, "target": 1, "feat_xmin": 22, "feat_ymin": 61, "feat_xmax": 140, "feat_ymax": 160 }, { "image": "<224x224 RGB PIL image>", "feat_width": 224, "feat_height": 224, "target": 1, "feat_xmin": 34, "feat_ymin": 13, "feat_xmax": 205, "feat_ymax": 164 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "image": "Image(decode=True, id=None)", "feat_width": "Value(dtype='int64', id=None)", "feat_height": "Value(dtype='int64', id=None)", "target": "ClassLabel(names=['defect', 'good'], id=None)", "feat_xmin": "Value(dtype='int64', id=None)", "feat_ymin": "Value(dtype='int64', id=None)", "feat_xmax": "Value(dtype='int64', id=None)", "feat_ymax": "Value(dtype='int64', id=None)" } ``` ### Dataset Splits This dataset is split into a train and validation split. The split sizes are as follow: | Split name | Num samples | | ------------ | ------------------- | | train | 3348 | | valid | 1237 |
This dataset has been automatically processed by AutoTrain for the coffee-beans project. It includes image classification tasks specifically for detecting defects or assessing the quality of coffee beans. The data instances show images along with their related features, such as image dimensions, target class (defect or good), and bounding box coordinates. The dataset is split into training and validation sets, containing 3348 and 1237 samples respectively.
AutoTrain Dataset for project: coffee-beans
数据集描述
该数据集由AutoTrain自动处理,用于项目coffee-beans。
语言
数据集的语言BCP-47代码为unk。
数据集结构
数据实例
数据集的一个样本如下:
json [ { "image": "<224x224 RGB PIL image>", "feat_width": 224, "feat_height": 224, "target": 1, "feat_xmin": 22, "feat_ymin": 61, "feat_xmax": 140, "feat_ymax": 160 }, { "image": "<224x224 RGB PIL image>", "feat_width": 224, "feat_height": 224, "target": 1, "feat_xmin": 34, "feat_ymin": 13, "feat_xmax": 205, "feat_ymax": 164 } ]
数据字段
数据集包含以下字段(也称为“特征”):
json { "image": "Image(decode=True, id=None)", "feat_width": "Value(dtype=int64, id=None)", "feat_height": "Value(dtype=int64, id=None)", "target": "ClassLabel(names=[defect, good], id=None)", "feat_xmin": "Value(dtype=int64, id=None)", "feat_ymin": "Value(dtype=int64, id=None)", "feat_xmax": "Value(dtype=int64, id=None)", "feat_ymax": "Value(dtype=int64, id=None)" }
数据集拆分
该数据集被拆分为训练集和验证集。拆分大小如下:
| 拆分名称 | 样本数量 |
|---|---|
| train | 3348 |
| valid | 1237 |




