A prototype implementation of EQUI-VOCAL, which is a system to automatically synthesize compositional queries over videos from limited user interactions. See the technical report and the website for more details.
First, set up the backend code.
-
Download training videos at Dataset → Training Videos.
-
Create a new folder
equi_app/static/equi_app/clevrer/
, and place downloaded videos in it. -
Ensure that the
inputs/demo_queries_scene_graph
directory is present in your locally cloned EQUI-VOCAL repository.
-
Modify
config.json
. -
Run the following commands to set up the Django application:
python manage.py migrate
- Run the Django server:
python manage.py runserver