Search before asking
Bug
from rfdetr import RFDETRSegSmall
model = RFDETRSegSmall()
detections = model.predict("https://media.roboflow.com/dog.jpg", threshold=0.5)
print(detections.data["class_name"])
It output: ['sheep' 'tie' 'motorcycle']. However, it supposed to output "dog".
Environment
RF-DETR 1.6.4
Minimal Reproducible Example
from rfdetr import RFDETRSegSmall
model = RFDETRSegSmall()
detections = model.predict("https://media.roboflow.com/dog.jpg", threshold=0.5)
print(detections.data["class_name"])
Additional
No response
Are you willing to submit a PR?
Search before asking
Bug
It output: ['sheep' 'tie' 'motorcycle']. However, it supposed to output "dog".
Environment
RF-DETR 1.6.4
Minimal Reproducible Example
Additional
No response
Are you willing to submit a PR?