Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 434 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 434 Bytes

PoseAnnotationTool

A simple 2D keypoint annotation tool

screenshot

How to run

  1. Locate your images as following.
images
├ folderA
   ├ imageA.jpg
   ├ imageB.jpg
   ├ ...
├ folderB
   ├ imageX.jpg
   ├ imageY.jpg
   ├ ...
├ ...
  1. Replace "DefaultDataDir" in Datasets.cs with the root image folder path.

  2. Then, build and run (We confirmed it works in Visual Studio 2019)