Results 31 comments of Thomas

Funny enough, months.slice(0, 12) works nicely, months.slice(12, 24) for the short forms fails (both english and german (worked in 2.0.0). Ah, the devil is always in the details. Damn Russians...

To be more specific there: Date.getLocale('en').months delivers ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Jan", "Feb", "Mar", "Apr", undefined × 1, "Jun", "Jul", "Aug", "Sept",...

So, a getMonths(locale, abbreviated) would be great. Might also help with testing... :)

Where did you put it? I have downloaded the font into ldm/data/DejaVuSans.ttf - Does not seem to work

needs to go into the data/DejaVuSans.ttf (from the root not ldm, you will have to create the data folder)

Running it with --no-test true worked. So, that should probably be the default

Well, there is already a standard/solution for coco that´s somehow not being used by roboflow: RLE (_frString) Also, not supporting masks causes other issues: When converting to Polygons, cutouts in...

@SkalskiP There is some code here that should get you far: https://github.com/waspinator/pycococreator/blob/master/pycococreatortools/pycococreatortools.py Also, in binary_mask_to_polygon, they seem to add some padding to avoid a problem supervision (and the roboflow app...

In an Ideal world, both roboflow.com and supervision would use both masks and polygons and decide intelligently which one to use. For instance segmentation: Masks for: - Objects with cutouts...