LabelFlow
  • ๐Ÿ‘‹Intro to LabelFlow
  • Labelling interface
    • ๐ŸคธQuick Start
    • ๐ŸŽŸ๏ธLabel Types
      • Image Classification
      • Bounding Boxes
      • Polygons
      • Auto Polygons
    • โœ๏ธEdit labels
    • ๐Ÿ—‚๏ธDatasets
    • ๐ŸŽจClasses
    • โŒจ๏ธShortcuts
  • โšกAI Assistants
    • ๐Ÿ‘ฉโ€๐ŸซPresentation
    • ๐ŸฅฅDETR - COCO
    • ๐Ÿ‘๏ธViT - ImageNet
  • Workspaces
    • ๐ŸขIntroduction to Workspaces
    • ๐Ÿ™‹โ€โ™€๏ธSign in
    • โž•Create a Workspace
    • ๐Ÿ“งInvite Members
    • ๐Ÿ’ธWorkspace Settings & Billing
  • Import a dataset
    • ๐Ÿ–ผ๏ธImport Images
      • Import Images from Files
      • Import Images from File URLs
    • ๐Ÿ–Š๏ธImport Annotations
    • ๐Ÿ“ฆMigrate a Dataset
  • Export a dataset
    • ๐ŸฅฅCOCO
    • ๐Ÿ‘๏ธYOLO
    • ๐ŸงพCSV
  • API
    • ๐Ÿ“–Presentation
    • ๐Ÿค“Getting Started
  • Support
    • ๐Ÿ’ฌDiscord Channel
    • โ“FAQ
Powered by GitBook
On this page

Was this helpful?

Edit on Git
Export as PDF
  1. Import a dataset

Import Annotations

PreviousImport Images from File URLsNextMigrate a Dataset

Last updated 3 years ago

Was this helpful?

LabelFlow can ingest Labels in the COCO format into a dataset. For that you must drop a COCO .json file in the uploader. The COCO .json file contains the annotations of your dataset images.

  • Open an existing dataset or create a new one

  • First import your images

    • Press the Add images button on the top right

    • Drag and drop your images in the uploader

    • Select Start Labeling once the import is finished

  • Second import your annotations

    • Press the Add images button again

    • Drag and drop your annotation file in the COCO format

  • Select Start Labeling once the import is finished

It's that easy. ๐Ÿ”ฅ๐Ÿ‘Œ

This feature allows you to share a dataset with someone: from LabelFlow export the dataset in COCO format, your colleague can then import the annotation file in a new dataset.

๐Ÿ–Š๏ธ