Instructions to use mfazeelgh/dpt-finetuned-xraysegmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mfazeelgh/dpt-finetuned-xraysegmentation with Transformers:
# Load model directly from transformers import AutoImageProcessor, DPTForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("mfazeelgh/dpt-finetuned-xraysegmentation") model = DPTForSemanticSegmentation.from_pretrained("mfazeelgh/dpt-finetuned-xraysegmentation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K