Instructions to use mraottth/trashbot_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mraottth/trashbot_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="mraottth/trashbot_v1")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("mraottth/trashbot_v1") model = SegformerForSemanticSegmentation.from_pretrained("mraottth/trashbot_v1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
aa71334 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0e3d3c57b9aa08bd53015292d05131623d12f48a669abb89e339c1cf2afc6419
size 338793417
|