Hello everyone. Is it possible to do facial recogn...
# kotlindl
f
Hello everyone. Is it possible to do facial recognition with kotlindl???
z
You could load your own model to via onnx API and also we have only one model which could find 106 face points for the given face in the model hub
What scenario do you prefer: use your own model, trained in python/torch/tf or do you want to load model from model hub in Kotlin DL. If you know good sota model with Apache license - it could be added in the following releases to model hub
f
Hello Alexey. I don't have experience with deep learning and face recognition but I need to learn to develop a project with that. The requirements of project is to have four or more cameras to perform facial recognition in real time. In first moment I want use a Raspberry Pi platform so I am searching what technology can be used together. I have seen opencv, media pipe or koltindl for now.
a
Load model from model hub in kotlin - i dont want to touch python @zaleslaw