This repository contains the implementation for REP-Net including experimental setups.
You need to install all packages provided in requirements.txt.
pip install -r requirements.txt
All pre-processed benchmark datasets can be retrieved from Google drive, provided by Wu et al. To run the experiments, you have to unzip them into the folder data_dir.
To run the provided example experiments, you can execute the module "run.py" (set working directory and PYTHONPATH to the root folder).