jizhu1023 / pose-tagging-web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 82.1%Language:JavaScript 10.2%Language:CSS 4.9%Language:HTML 2.9%