Open
Description
Search before asking
- I have searched the Roboflow Notebooks issues and found no similar bug report.
Notebook name
automated-dataset-annotation-and-evaluation-with-grounding-dino.ipynb
Bug
It seems that in latest supervision
version, function detections_to_voc_xml
was renamed and its signature was changed.
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
)
Environment
supervision==0.17.1
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!