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