Skip to content
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

TensorFlow model in Python #155

Open
ghost opened this issue Dec 1, 2018 · 1 comment
Open

TensorFlow model in Python #155

ghost opened this issue Dec 1, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 1, 2018

Hi

I am wondering if it is possible to share your Python code and TensorFlow models in python (at least for face detection and face landmark detection). Indeed, I really enjoyed the performance of your model, but I need to use it in Python.

Regards,

@justadudewhohacks
Copy link
Owner

The SSD MobileNet v1 face detection model is actually originally a tensorflow model, check out the link to the repo in the README. The other models would have to be ported, but I think it's not hard to translate the tfjs code of the neural networks to tf with python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant