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