This is the web app for annotation tasks.
You will need to prepare node(8.10.0 or later) and MongoDB on local. (You can install MongoDB here) Then, clone this repository and run commands.
yarn
npm intasll
yarn start
npm run start
In order to build the app, run below commands.
yarn build
npm run build
You can also install apps by Docker. Go to dockerize branch and run docker-compose up
You can get the progress.json via Admin Page.
In the task page, you can move focus via keyboard.
- Move right - ➡️
- Move left - ⬅️
- Move top - ⬆️
- Move down - ⬇️
- Next image - ⌥ + ➡️
- Prev Image - ⌥ + ⬅️



