open source pkg v1

This commit is contained in:
Vijay Yadev
2020-08-04 19:12:31 -04:00
parent bef213dba9
commit c389fc2c47
3708 changed files with 1624220 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
Scripts for evaluating CE-CLM, CLNF, and CLM methods on the 300W challenge dataset - https://ibug.doc.ic.ac.uk/resources/300-W/
To run the models on the data using models trained on 300W + MultiPIE:
- Script_CECLM_general.m
- Script_CLNF_general.m
- Script_CLM.m
To run CE-CLM model trained on 300W + MultiPIE + Menpo:
- Script CECLM_menpo.m
To visualize the results of the models against baselines (using inner face markup - 49, and full face markup - 68):
Display_ceclm_results_49.m
Display_ceclm_results_68.m
To construct the error table:
Construct_error_table.m
For a fair comparison all the models and baselines are initialized using the bounding boxes provided by the challenge authors.