cd frontend
npm install
cd frontend
npm run build
make backend
python backend/server.py DUMPPATH TASK_DIFINITION_PATH
DUMPPATH
- the path of the pkl file to dump the collected annotationTASK_DIFINITION_PATH
- the folder where the task definition files are stored
Use python backend/server.py --help
to check more commandline options.
Please refer to BUILD.md.