-
I use the VisdDrone2019 dataset and slice with the "slice _ coco" function and I change the parameter "out_ext" to ".jpg ", I found that the final sliced image would automatically disappear , but use ". png " works fine, I checked the code and found when " out_ext "set as". jpg ", the " image_pil.save (slice_file_path, quality= "keep") int " _ export _ single _ slice_image " function run error, and did not save the picture correctly. How should this change? |
Beta Was this translation helpful? Give feedback.
Answered by
fcakyon
May 20, 2024
Replies: 1 comment
-
Thanks for bringing this up @diejump ! Its fixed with: #1037 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fcakyon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for bringing this up @diejump ! Its fixed with: #1037