Skip to content

hitchhicker/Online-Annotation-System

Repository files navigation

Online-Annotation-System

An Online Image Annotation System

Quick start

Create local data folder

mkdir -p data/xmls
mkdir data/images

Build docker image

docker-compose rm -f && docker-compose build app

Launch container

docker-compose up

For mac user, get docker IP using the following command

docker-machine ip

Then go to {docker-machine ip}:8000/login

For linux users: go directly localhost:8000/login

  • login: bingbinadmin
  • password: bingbinpass

Run unit test

export PYTHONPATH=.
pytest tests

About

An Online Image Annotation System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published