You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: