How to use diegokauer/conditional-detr-coe-int with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="diegokauer/conditional-detr-coe-int")
# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("diegokauer/conditional-detr-coe-int") model = AutoModelForObjectDetection.from_pretrained("diegokauer/conditional-detr-coe-int")
The community tab is the place to discuss and collaborate with the HF community!