- NVIDIA GPU + CUDA CuDNN
- Python 3.6
- TensorFlow 1.15
- PyTorch 1.0
- Please install dependencies by
pip install -r requirements.txt
After installing the following dependencies run the bash scripts given.
The code for the training and inference our models is in the directory Meronymnet
, repurposed baselines can be found in baselines
and for metrics and visualisation please go to the directory experiment_scripts
.
To preprocess and get the data run.
sh preprocess.sh
To train the model run the train script.
sh train.sh
To get the generations from inference files, get the pretrained models in the directory and run inference script.
sh inference.sh
- Access the dataset from PascalParts