graph-annotation-tool

A graph annotation tool using a flask server and javascript

MIT License

Stars
12

Graph Annotator with Flask and Javascript

It is an annotation web app built on that project : https://github.com/kyamagu/js-graph-annotator

Online demo of the original project.

Dependencies

  • Flask
  • numpy

Instructions

  1. Put your images (.jpg) in a folder in the directory static/img/

  2. Launch the server passing as argument the name of the dataset folder (here test_dataset)

python app.py -n test_dataset
  1. Start labelling at http://127.0.0.1:5000/ !
    The labels are saved when passing to previous/next image, the labels are stored in the data/ folder.