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