Skip to content

Latest commit

 

History

History

video_annotator_demo

These video annotators are example of VideoAnnotator task generator.


How to run

  1. In repo root, launch containers: docker-compose -f docker/docker-compose.dev.yml up
  2. SSH into running container to run server: docker exec -it mephisto_dc bash
  3. Inside the container, go to VideoAnnotator examples directory: cd /mephisto/examples/video_annotator_demo
  4. Inside the examples directory, run a desired example with one of these commands:
    • Simple form: python ./run_task__local__inhouse.py

How to configure

  1. For simple unit config you need to provide VideoAnnotator with one JSON file - a configuration of annotator. An example is found in examples/video_annotator_demo/data/simple/task_data.json file.

Unit config

For details on how unit config is composed, and how its data fields are validated, please see the main VideoAnnotator's README.md.