HumanSignal / label-studio-converter

Tools for converting Label Studio annotations into common dataset formats
https://labelstud.io/
255 stars 132 forks source link

fix: Multiple image extension type handler #156

Closed p0p4k closed 1 year ago

p0p4k commented 1 year ago

image extension/s - single string or comma separated list to search, eg. '.jpeg' or '.jpg, .png' usage: yolo.py --image-ext .jpg, .png, .jpeg

p0p4k commented 1 year ago

Ill add some tests ASAP. I don't mind being asked for help; as long as it is in my capacity to get it done, I will do it.

p0p4k commented 1 year ago

@makseq I wrote some simple basic tests and tried it out. Made some silly typos here and there and fixed the code finally. Please have a look. Thanks.