zhoubolei/scene_parse_150
Updated • 2.17k • 31
How to use JennnDexter/Segments with Transformers:
# Load model directly
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("JennnDexter/Segments")
model = SegformerForSemanticSegmentation.from_pretrained("JennnDexter/Segments")This model is a fine-tuned version of nvidia/mit-b0 on the scene_parse_150 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
nvidia/mit-b0
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("JennnDexter/Segments") model = SegformerForSemanticSegmentation.from_pretrained("JennnDexter/Segments")