Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 674 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 674 Bytes

Annotation Tool for Human Demonstration

Initiate NPM

cd frontend
npm install

Build the Frontend

cd frontend
npm run build

Build the Backend

make backend

Launch the Backend

python backend/server.py DUMPPATH TASK_DIFINITION_PATH
  • DUMPPATH - the path of the pkl file to dump the collected annotation
  • TASK_DIFINITION_PATH - the folder where the task definition files are stored

Use python backend/server.py --help to check more commandline options.

Build the Docker

Please refer to BUILD.md.