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
Since after line143, original_annotations will pop out original_annotations[0] then you lose that 5 attributes.
In
utils.py, I guess you should put line151 before line143 to getannotated_attributescorrectly?https://github.com/bethgelab/openimages2coco/blob/master/utils.py#L151
Since after line143,
original_annotationswill pop out original_annotations[0] then you lose that 5 attributes.