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
According to the documentation, I can export a dataset to YOLO format with a specific extension. For instance, if I have a dataset of PNG images and I want to export them to the YOLO format, I can use the following command:
However, I'd like to control the image quality, similar to how it is done in Pillow with Image.save("img.jpg", quality=95). Is it possible to achieve this in Datumaro, either programmatically or through the Python API?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the documentation, I can export a dataset to YOLO format with a specific extension. For instance, if I have a dataset of PNG images and I want to export them to the YOLO format, I can use the following command:
However, I'd like to control the image quality, similar to how it is done in Pillow with
Image.save("img.jpg", quality=95)
. Is it possible to achieve this in Datumaro, either programmatically or through the Python API?Beta Was this translation helpful? Give feedback.
All reactions