These video annotators are example of VideoAnnotator task generator.
- In repo root, launch containers:
docker-compose -f docker/docker-compose.dev.yml up
- SSH into running container to run server:
docker exec -it mephisto_dc bash
- Inside the container, go to VideoAnnotator examples directory:
cd /mephisto/examples/video_annotator_demo
- Inside the examples directory, run a desired example with one of these commands:
- Simple form:
python ./run_task__local__inhouse.py
- Simple form:
- 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.
For details on how unit config is composed, and how its data fields are validated, please see the main VideoAnnotator's README.md.