How to use Steven4565/datameka-deforestation-comp with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Steven4565/datameka-deforestation-comp") model = SegformerForSemanticSegmentation.from_pretrained("Steven4565/datameka-deforestation-comp")