Skip to content

Converts Supervisely to COCO format and prepares tar archive for download

Notifications You must be signed in to change notification settings

supervisely-ecosystem/export-to-coco

Repository files navigation

Export to COCO

OverviewHow To UseResults

GitHub release (latest SemVer) views runs

Overview

App converts Supervisely format project to COCO format as a downloadable .tar archive

Application key points:

  • Supports instances.json from COCO format

  • Сonverts Supervisely polygons, rectangles, bitmaps to COCO polygons and bboxes.

  • Allow to export captions in COCO format

    👉 To exprot captions you need to create caption tag to the project (with any_string value type) and assign it to images with caption values.

  • ⚠️ Сonverts annotations without preserving holes.

    👉 To preserve holes in polygons or export polylines it's best to use Export to COCO mask

  • Backward compatible with Import COCO

How to Use

  1. Add Export to COCO to your team from Ecosystem

  2. Run app from the context menu of Images Project:

  3. Select options in the modal window and press the RUN button

Results

After running the application, you will be redirected to the Tasks page. Once application processing has finished, your link for downloading will be available. Click on the file name to download it.

To explore warnings just open Log in the menu:

You can also find your converted project in
Team Files -> tmp -> supervisely -> export -> export-to-COCO -> <taskId>_<projectName>.tar