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
- 8
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.