blanchon/EuroSAT_RGB
Viewer • Updated • 27k • 4.43k • 18
How to use gar7mn/Geonet with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-classification", model="gar7mn/Geonet")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("gar7mn/Geonet", dtype="auto")This model was trained on the Eurosat dataset containing Sentinel-2 satellite images available at blanchon/EuroSAT_RGB
The Eurosat dataset consists of ten classes and the a total of 27,000 images with a training set size of 16,200 images
Model Accuracy: 88% model Recall: 88%
[More Information Needed]