A simple 2D keypoint annotation tool
- Locate your images as following.
images
├ folderA
├ imageA.jpg
├ imageB.jpg
├ ...
├ folderB
├ imageX.jpg
├ imageY.jpg
├ ...
├ ...
-
Replace "DefaultDataDir" in Datasets.cs with the root image folder path.
-
Then, build and run (We confirmed it works in Visual Studio 2019)