LeMul
LeMul copied to clipboard
Questions about evaluation metrics
Thank you for your generous open source.
Now that I have been through the training process, and obtain a model trained for 70 epochs.
So what I wonder is how to output or where I can find these evaluation metrics to measure the performance of my trained model, and if any ground truth data needed for this evaluation process.
Looking forward to your reply and help, much thanks.
Thanks for your appreciation. I've just found that it was my mistake and already updated the testing script.
Testing command:
python run.py --config experiments/test_multi_CASIA.yml --gpu 0 --num_workers 4
The output images of your trained model will be exported in test_result_dir
which is in your testing config file.
For MAD & SIDE, you need ground truth which is already provided in BFM dataset (you can download it by download_synface.sh
).