openimages2coco icon indicating copy to clipboard operation
openimages2coco copied to clipboard

Convert Open Images annotations into MS Coco format to make it a drop in replacement

Results 3 openimages2coco issues
Sort by recently updated
recently updated
newest added

Should these lines refer to the training masks, rather than the validation masks? https://github.com/bethgelab/openimages2coco/blob/8991d9bccbd3d91f32b87f04dab60b2a61cb608e/convert_annotations.py#L53-L54 Here is a larger snippet: https://github.com/bethgelab/openimages2coco/blob/8991d9bccbd3d91f32b87f04dab60b2a61cb608e/convert_annotations.py#L44-L54

In `utils.py`, I guess you should put line151 before line143 to get `annotated_attributes` correctly? [https://github.com/bethgelab/openimages2coco/blob/master/utils.py#L151](https://github.com/bethgelab/openimages2coco/blob/master/utils.py#L151) Since after line143, `original_annotations` will pop out original_annotations[0] then you lose that 5 attributes.

Hi, You said that "A few images are in a weird format ". I found that skimage could be problematic to read images. Skimage will treat some rgb images like...