This repository contains a synthetic dataset and a control net video pipeline for experimenting with video analysis tasks. The dataset consists of 6-frame videos featuring a growing dot with one of three growth rates, labeled as class 0, 1, or 2.
synthetic_dataset.ipynb
: A Jupyter notebook for generating the synthetic dataset.control_net_video_pipeline
: A pipeline for running experiments on the synthetic dataset.train.sh
andrun.sh
: Bash scripts for ease of use.
- Generate the synthetic dataset by running
synthetic_dataset.ipynb
. - Configure the control net video pipeline according to your experiment needs.
- Run the experiment using the provided bash scripts.
- Gian Favero, Mila, 2025
This project is licensed under the MIT License.
- This project was developed at Mila, a research institute in artificial intelligence.
Contributions are welcome. Feel free to open issues or pull requests.