Open jtlz2 opened 3 years ago
Thanks for your interest in our work!
In the releases tab of this Github Repo, you should be able to find trained models for Xception with Regression Map and with MAM map. The test.py file demonstrates how these models can be loaded and evaluated on a dataset of images.
Let me know if you need anything else or if you aren't able to get it working.
I'm trying to get these working now. I saw in the paper that faces were detected with InsightFace. How do you preprocess the detections before feeding them to the model? I can't find it in the code anywhere.
Ah, i see the relevant info is in the scripts that accompany the dataset.
Hi @JStehouwer , @mrybak-Novetta
I am trying to run the model over my own dataset as well. I am trying to use the classifier over a given set of fake images. However i am a bit stuck in terms of generating my maps without the real image? Could you please suggest me on how to proceed further?
Hi @JStehouwer - thank you so much for the awesome code (v2.1)!
I am trying to use your pretrained model on my own images in order to try out the classifier.
Are you able to confirm:
Thanks again