MSC Exploratory Software
As stated in the paper, the code for this project utilizes an open-source framework that incorporates the models referenced in the paper. https://arxiv.org/abs/2105.08825
to train: python main/main_pi_3d.py --protocol 'pro3' --epoch 25 to test: python main/main_pi_3d.py --is_eval --save_results --protocol 'pro3' --test_epo 25