-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluation on 3DFAW #16
Comments
Hi, Also, the current released celeba model crops too much, and keypoints land outside of the image. For the evaluation, we used another model that was trained on slightly larger faces (8/7 of the height and width of the current crops provided), for which you might need to redo the cropping using the provided bounding boxes. I hope this helps for now. crop_3DFAW.py
eval_kpt_depth.py
|
Hi @JesseZhang92,I'm also very interested in the 3DFAW valuation experienment,but follow Wu's instructions,I got a bad result,and I wonder if the cropped size is wrong or other steps .And if you have produced the result,could you share your code details to me?Very appreciated if you could give me a reply. |
Hi, I am also working on the evaluation of the 3DFAW dataset. Did you guys figure it out? |
Hi Wu,
Thanks for releasing your impressive work. Recently I am trying to reproduce the results of Table 5 and have got the 3DFAW dataset. I wonder know how you perform the data processing and do the evaluation. I guess that you refer to the depth-net repo https://github.com/joelmoniz/DepthNets/tree/master/depthnet-pytorch, but it is still confusing that how to crop the image, preserve the key points location and calculate the metrics. Is it possible for you to release this part of code or show more details?
The text was updated successfully, but these errors were encountered: