This is a training guideline for Pattern Branch (P), one out of two branches in Color-Pattern Makeup Transfer (CPM) |
wget https://public.vinai.io/CPM-datasets/CPM-Synt-1.zip
unzip CPM-Synt-1.zip
python train.py --datapath /pathtodata
. Test result should be found in Tensorboard.tensorboard --logdir=runs
parser.py
Snapshot of Tensorboard at epoch 1. Evaluation metrics on test set should be found (Accuracy, Recall, Precision, etc.) |
This code is based on PRNet and segmentation_models.pytorch