Skip to content

A server for annotate and provide computer vision datasets

License

Notifications You must be signed in to change notification settings

meerkat-cv/annotator-supreme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotator Supreme

A server to annotate and provide computer vision datasets

Table of Contents

Quick Start

Build Annotator Supreme docker’s image

sudo ./build_annotator.sh

Starting docker containers for development

sudo docker-compose up -d

Starting docker containers for production

Disables mapping of local source folders into the containers.

sudo docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d 

Using annotator

Supreme annotator runs by default on http://localhost:4280/annotator-supreme/

Advanced Configuration

Docker container configuration can be changed in folowing the compose files:

Cassandra volume mapping

Edit the follwing lines to change the store location of the Cassandra database files on the host.

cassandra:
  volumes:
  - ./cassandra/datadir:/var/lib/cassandra

Published ports

Port mapping to expose the /annotator-supreme/ url on localhost.

nginx:
  ports:
  - "4280:80"

About

A server for annotate and provide computer vision datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published