AaronJackson / vrn

:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
http://aaronsplace.co.uk/papers/jackson2017recon/
MIT License
4.52k stars 742 forks source link

Port to iOS CoreML #33

Closed ssaichixbg closed 6 years ago

ssaichixbg commented 6 years ago

THANKS for the project! I am currently doing a project that tracks face in mobile AR and surprised to see your face 3d reconstruction paper. I hope I can use 'vrn' as part of my face tracking. Would you appreciate I port the torch model you've trained to the CoreML format in iOS?

AaronJackson commented 6 years ago

Hey! I know absolutely nothing about CoreML. The model is very large but if you succeed I'd be happy to hear about it. Thanks.

miladm commented 5 years ago

@ssaichixbg : did you manage to successfully port vrn to CoreML? Would appreciate to learn about your experience on this.