git clone https://github.com/koriavinash1/VisualDebates.git
cd VisualDebates
pip install -r requirements.txt
If you use this work in your research, please consider citing our work:
@article{kori2022visual,
title={Visual Debates},
author={Kori, Avinash and Glocker, Ben and Toni, Francesca},
journal={arXiv preprint arXiv:2210.09015},
year={2022}
}
Dataset
- training
- <class1>
- <img1.png>
- <img2.png>
- <class2>
- <img1.png>
- <img2.png>
- context-data.csv
- validation
- <class1>
- <class2>
- context-data.csv
- testing
- <class1>
- <class2>
- context-data.csv
cd scripts
. exps.sh # NOTE: This command will execute 24 different ablation exp. it is recommened to select exp. before running
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
- Avinash Kori ([email protected])