You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Supervision issues and found no similar feature requests.
Question
Hi,
I wanted to load my yolo dataset which uses .bmp images via sv.DetectionDataset.from_yolo(). Currently only ["jpg", "jpeg", "png"] are allowed in load_yolo_annotations. I just tested to include .bmp in the list and it seemed to work. Would it be possible to extend the available file formats?
Hi, @pirnerjonas, thanks for raising this issue. I am happy to see that my PR is likely to help people beyond myself :) This issue is discussed in #1554 and will be resolved by #1636. In summary, once the PR is merged, supervision will allow all image formats supported by Pillow (restricted to RGB or grayscale).
Search before asking
Question
Hi,
I wanted to load my yolo dataset which uses
.bmp
images viasv.DetectionDataset.from_yolo()
. Currently only["jpg", "jpeg", "png"]
are allowed in load_yolo_annotations. I just tested to include.bmp
in the list and it seemed to work. Would it be possible to extend the available file formats?Also I think yolo allows even more image formats
Additional
No response
The text was updated successfully, but these errors were encountered: