In this repository, we provide the details of the implementation of the following manuscript:
Behnoosh Parsa, Ashis G. Banerjee; Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2021, pp. 2352-2362
To install all the requirments for this project you can create a conda environment using the MLTGCN_environment.yml, by executing the following command in your terminal:
foo@bar:~$ conda env create -f environment_MTLGCN.yml
Configration for experiments on UW/TUM dataset is in config_files folder. You can change the task by editting the experiment files, for example config_UW_exp.yml. There are four tasks to choose from, ['classification', 'regression', 'MTL', 'MTL-Emb'].
The setting for the data directories are in config_UW_data.yml.
To run the experiments for UW dataset execute the GCNEDTCN_UW.py.