Instructions to use Raghavan/seggpt_semantic_segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raghavan/seggpt_semantic_segmentation with Transformers:
# Load model directly from transformers import AutoProcessor, SegGPTForInstanceSegmentation processor = AutoProcessor.from_pretrained("Raghavan/seggpt_semantic_segmentation") model = SegGPTForInstanceSegmentation.from_pretrained("Raghavan/seggpt_semantic_segmentation") - Notebooks
- Google Colab
- Kaggle
Ctrl+K