Tangent_images code requires the installation of my Spherical Distortion Package, which can be found here. Installation instructions are available in the linked repository.
Then install requirements with:
pip install -r requirements.txt
python3 train.py --data_dir <path_to_dataset> --dataset <dvsc_or_smnist_or_modelnet10> --mode <normal_or_face_or_vertex_or_regular>
python3 test.py --data_dir <path_to_dataset> --dataset <dvsc_or_smnist_or_modelnet10> --resume <path_to_the_model>
Dataset can found here.