This repo contains all the code necessary to run the project.
This repo contains both approch we used in the final two submissions.
To set up the environment, run:
uv syncThis will create a virtual environment and install all the required packages.
After, you have to download the dataset from here, unzip the archive and place the files in the data/ directory.
However, you can also setup the dataset manually by:
- Downloading the dataset from the competition page and put it inside the
data/directory. - Download CoCo 2017 dataset from here and put it inside the
data/coco2017directory. - Running the preprocessing script:
uv run src/coco/main.pyThis will create the .npz files for CoCo experiment.
To run CoCo experiment, use:
uv run coco.pyTo run Ensemble experiment, use:
uv run ensemble.py