Skip to content

Support loading COCO detections from a list of predictions #34

@tadejsv

Description

@tadejsv

This is how this is done in pycocotools: basically, the file is only a list of predictions (what would usually be under the annotations key).

The right API for this would mimic the one in pycocotools: basically, tou would do gts.load_coco_preds(file_name), where the resulting Detections would inherit all attributes from gts, and get the detections from the predictions file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions