Skip to content

motlabs/KeypointAnnotation

 
 

Repository files navigation

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.3%
  • Ruby 0.7%