tw-yshuang / coco2yolo

A CLI tool can create a specific task-dataset you want based on COCO dataset. Given the annotation JSON file, this tool will help you download the data and set the symbolic links from data_dir to task_dir !!
GNU General Public License v3.0
57 stars 11 forks source link

support non-JPG images #8

Closed ruckc closed 1 year ago

ruckc commented 1 year ago

Currently coco2yolo only functions with .jpg images. Ideally support a parameter that allows choosing another extension (PNG, GIF).

johnning2333 commented 1 year ago

indeed

tw-yshuang commented 1 year ago

Hi, I released v1.1.0, a new feature that followed your advice. Now it already supports jpg, png, gif. Hope you enjoy it! 🎉🎉