Instructions to use aisuko/ft-detr-with-cppe-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aisuko/ft-detr-with-cppe-5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="aisuko/ft-detr-with-cppe-5")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("aisuko/ft-detr-with-cppe-5") model = AutoModelForObjectDetection.from_pretrained("aisuko/ft-detr-with-cppe-5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 554bb7005d762efe53a4360a7522eb4b2d248a0fb8ceeabf5704f43bae3195c9
- Size of remote file:
- 4.16 kB
- SHA256:
- 59b9a74b3422ad5225711dc7bc1d818c9167d2511c50c1cbf82ea1cee524745a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.