How to use Javiai/3dprintfails-yolo5vs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Javiai/3dprintfails-yolo5vs")
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Javiai/3dprintfails-yolo5vs", dtype="auto")
typo in the filename variable
Β· Sign up or log in to comment