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_graphdirectory 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
python manage.py collectstatic- Run the Django server:
python manage.py runserver