All Projects → tucan9389 → Keypointannotation

tucan9389 / Keypointannotation

Licence: mit

Programming Languages

swift
15916 projects

KeypointAnnotation

This project help create (anything) estimation dataset on iOS.
Once you had image set, you can annotate estimation point through touch and drag.

annotation_ios_app_demo001 annitation_dataflow

And then export json as COCO format.

Prerequirments

Prepare Annotated.zip and then move to Xcode project

Before annotation you need to prepare Annotated.zip following structure.

‼️Annotated, annotation.json, images name must not be changed‼️

If you have already a bunch of images, you can make annoated dataset as this format by using dont-be-turtle-pose-annotation-tool.

Annotated
  ├ dataset001
    ├ annoation.json
    ├ images
      ├ img_0000001.jpg
      ├ img_0000002.jpg
      ├ img_0000003.jpg
      ├ ...
  ├ dataset002
    ├ annoation.json
    ├ images
      ..

And import the zip file to this project.

import_annotated_zip_file

And then run the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].