AI-Lab-Makerere/beans
Viewer • Updated • 1.3k • 7.89k • 46
google/vit-base-patch16-224-in21k를 beans 데이터셋으로 미세조정한
이미지 분류 모델입니다. 콩잎 사진을 3개 클래스로 분류합니다.
| id | 클래스 | 뜻 |
|---|---|---|
| 0 | angular_leaf_spot | 각반병 |
| 1 | bean_rust | 녹병 |
| 2 | healthy | 정상 |
google/vit-base-patch16-224-in21kfrom transformers import pipeline
clf = pipeline("image-classification", model="YMmim/vit-beans-leaf-disease")
clf("leaf.jpg")
Base model
google/vit-base-patch16-224-in21k