This project help create (anything) estimation dataset on iOS.
Once you had image set, you can annotate estimation point through touch and drag.
![]() |
![]() |
And then export json as COCO format.
Before annotation you need to prepare Annotated.zip following structure.
‼️ Annotated,annotation.json,imagesname 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.
And then run the project.


