Instructions to use facebook/detr-resnet-50-panoptic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/detr-resnet-50-panoptic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="facebook/detr-resnet-50-panoptic")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageSegmentation processor = AutoImageProcessor.from_pretrained("facebook/detr-resnet-50-panoptic") model = AutoModelForImageSegmentation.from_pretrained("facebook/detr-resnet-50-panoptic") - Inference
- Notebooks
- Google Colab
- Kaggle
Label explanation
#11 opened 8 months ago
by
vittoriacav
Adding `safetensors` variant of this model
#10 opened about 2 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#9 opened about 2 years ago
by
SFconvertbot
cannot import name 'rgb_to_id'
3
#6 opened over 2 years ago
by
payamahv
Adding `safetensors` variant of this model
#5 opened almost 3 years ago
by
SFconvertbot
Request: DOI
#4 opened about 3 years ago
by
Dedrisproject
Fix/update example
👍❤️ 3
#3 opened over 3 years ago
by
asmith26
Update README.md
#2 opened over 3 years ago
by
zkep