This repository contains the code to reproduce the experiments of the paper.
-
Install the required packages:
pip install -r requirements.txt
.We recommend creating and activating a virtual python environment first:
python3 -m venv venv
,. venv/bin/activate
. -
Download the TEgO dataset (https://iamlabumd.github.io/tego/) and extract it somewhere
-
set the
TEGO_ARGS
environment variable to--tego /path/to/tego
or any other valid combination of arguments and runrun_all_experiments.sh
example:
TEGO_ARGS="--tego ./tego_ds --augment" ./run_all_experiments.sh
The results will be written in the results
directory.
Running all of the experiments takes about a day on a modern machine with a GPU, so we also provide our results here: https://drive.google.com/drive/folders/1vT9QI9cIPSvbumkogi82upH7eHrBsotk?usp=sharing