• 설명 :

Beans는 스마트폰 카메라를 이용해 현장에서 촬영한 콩 이미지 데이터셋입니다. 질병 클래스 2개와 건강 클래스 3개 클래스로 구성됩니다. 묘사된 질병에는 각잎반점과 콩녹병이 포함됩니다. 우간다 국립작물자원연구소(NaCRRI) 전문가들이 데이터에 주석을 달고 마케레레 AI 연구소에서 수집했습니다.

나뉘다
'test' 128
'train' 1,034
'validation' 133
  • 기능 구조 :
FeaturesDict({
    'image': Image(shape=(500, 500, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
  • 기능 문서 :
특징 수업 모양 Dtype 설명
특징Dict
영상 영상 (500, 500, 3) uint8
상표 클래스 라벨 정수64

심상

  • 인용 :
@ONLINE {beansdata,
    author="Makerere AI Lab",
    title="Bean disease dataset",
    month="January",
    year="2020",
    url="https://github.com/AI-Lab-Makerere/ibean/"
}