We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automated-dataset-annotation-and-evaluation-with-grounding-dino.ipynb
It seems that in latest supervision version, function detections_to_voc_xml was renamed and its signature was changed.
supervision
detections_to_voc_xml
Correct usage will probably be:
xml_string = sv.dataset.formats.pascal_voc.detections_to_pascal_voc( detections=detections, classes=CLASSES, filename=image_name, image_shape=image.shape )
supervision==0.17.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Notebook name
automated-dataset-annotation-and-evaluation-with-grounding-dino.ipynb
Bug
It seems that in latest
supervision
version, functiondetections_to_voc_xml
was renamed and its signature was changed.Correct usage will probably be:
Environment
supervision==0.17.1
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: