Skip to content

"filename" did not include file extension from LabelBox to COCO in object detection #16

@Joilence

Description

@Joilence
  • "filename" in COCO JSON Images should include extensions.

    Seems not explicitly specified in COCO Data Format page, but did used in practice in COCO dataset examples like this.

    This issue leads to problems that images cannot be found when trying to train a model from the converted dataset.

  • "filename" parsed from LabelBoxObjectDetectionInput at _image_from_data_row() does not include a file extension, as there is no proper image filename can be parsed from LabelBox v2 labels.

I am not sure if there's an ideal solution, probably labelformat could handle downloading images as well, then it would use the correct image filenames/paths in conversion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions