Implementation of eecs545-19F final project, based on cp-VTON.
python train.py --name gmm_train_new --stage GMM --workers 4 --save_count 5000 --shuffle
python test.py --name gmm_traintest_new --stage GMM --workers 4 --datamode test --data_list test_pairs.txt --checkpoint <path_to_module>/gmm_final.pth
python train.py --name tom_train_new --stage TOM --workers 4 --save_count 5000 --shuffle
python test.py --name tom_test_new --stage TOM --workers 4 --datamode test --data_list test_pairs.txt --checkpoint <path_to_module>/tom_final.pth