/pose-tagging-web

A very simple tool for annotating pose keypoints on 2D image

Primary LanguageTypeScript

Posetag

Simple tool for pose labeling. Created with:

  • CRA
  • Electron.js

Develop

Install dependencies.

yarn

You can choose from starting the web app or electron desktop app.

Option1. Start Web APP

yarn start

Option2. Desktop APP

yarn desktop-start

Manually Build Desktop APP

Use electron-builder

Linux AppImage

yarn electron-pack-linux

Windows Portable

yarn electron-pack-win