An open API service indexing awesome lists of open source software.

https://github.com/tucan9389/keypointannotation


https://github.com/tucan9389/keypointannotation

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](resource/annotation_ios_app_demo001.gif) | ![annitation_dataflow](resource/annitation_dataflow.png) |

And then export json as [COCO format](http://cocodataset.org/#format-data).

## 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](https://github.com/motlabs/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](resource/import_annotated_zip_file.png)

And then run the project.