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