It is an annotation web app built on that project : https://github.com/kyamagu/js-graph-annotator
Online demo of the original project.
- Flask
- numpy
-
Put your images (.jpg) in a folder in the directory
static/img/
-
Launch the server passing as argument the name of the dataset folder (here
test_dataset
)
python app.py -n test_dataset
- 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.