Instance Segmentation Model
Description
This model performs instance segmentation using Mask R-CNN. It was trained on a custom dataset containing [X] images with [Y] classes.
Training Data
- Dataset: [Germination Images]
- Number of Images: [22]
- Number of Classes: [2]
Usage
Load the model using:
from transformers import AutoModelForObjectDetection, AutoFeatureExtractor
model = AutoModelForObjectDetection.from_pretrained("Dreamy0/GermiNet-instance-segmentation")
feature_extractor = AutoFeatureExtractor.from_pretrained("Dreamy0/GermiNet-instance-segmentation")
- Downloads last month
- 33
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.