Instructions to use TagEnrichment/tag_enrichment_model_garment_09.01.2025_12.24 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TagEnrichment/tag_enrichment_model_garment_09.01.2025_12.24 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="TagEnrichment/tag_enrichment_model_garment_09.01.2025_12.24")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageSegmentation processor = AutoImageProcessor.from_pretrained("TagEnrichment/tag_enrichment_model_garment_09.01.2025_12.24") model = AutoModelForImageSegmentation.from_pretrained("TagEnrichment/tag_enrichment_model_garment_09.01.2025_12.24") - Notebooks
- Google Colab
- Kaggle