Hiiii, Iβm trying labelling my tomato dataset with Dino, but when it seems to finish, give this error message:
ValueError Traceback (most recent call last)
in <cell line: 20>()
18 )
19
β> 20 sync_with_roboflow(
21 workspace_id=β2Dh6Vz45TpNAeuqsQjKNh0tfbgE3β,
22 workspace_url=βtfg-gxk2bβ,
4 frames
/usr/local/lib/python3.10/dist-packages/supervision/dataset/formats/yolo.py in detections_to_yolo_annotations(detections, image_shape, min_image_area_percentage, max_image_area_percentage, approximation_percentage)
195 ) β List[str]:
196 annotation =
β 197 for xyxy, mask, _, class_id, _ in detections:
198 if mask is not None:
199 polygons = approximate_mask_with_polygons(
ValueError: too many values to unpack (expected 5)
I donβt know what Iβm doing wrong