A server to annotate and provide computer vision datasets
sudo ./build_annotator.sh
sudo docker-compose up -d
Disables mapping of local source folders into the containers.
sudo docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
Supreme annotator runs by default on http://localhost:4280/annotator-supreme/
Docker container configuration can be changed in folowing the compose files:
- docker-compose.override.yml for dev config.
- docker-compose.prod.yml for prod config.
Edit the follwing lines to change the store location of the Cassandra database files on the host.
cassandra: volumes: - ./cassandra/datadir:/var/lib/cassandra
Port mapping to expose the /annotator-supreme/
url on localhost.
nginx: ports: - "4280:80"