tiny-coco icon indicating copy to clipboard operation
tiny-coco copied to clipboard

ValueError: '=' alignment not allowed in string format specifier

Open mathshangw opened this issue 4 years ago • 0 comments

Thanks for sharing this awesome code .. I tried it but got

img_name = format(img, "012") + ".jpg"
ValueError: '=' alignment not allowed in string format specifier

the list of images like 'COCO_val2014_000000000042.jpg'

mathshangw avatar Sep 03 '21 17:09 mathshangw