A ConvNet for the 2020s
Paper • 2201.03545 • Published • 2
How to use Luna-Skywalker/potato_dtect with fastai:
from huggingface_hub import from_pretrained_fastai
learn = from_pretrained_fastai("Luna-Skywalker/potato_dtect")How to use Luna-Skywalker/potato_dtect with timm:
import timm
model = timm.create_model("hf_hub:Luna-Skywalker/potato_dtect", pretrained=True)This model is trained for detecting if the potato plant is healthy or if it has diseases like Late Blight or Early Blight
A ConvNeXT model used for image classfication.