简体   繁体   English

Flutter如何集成自定义Python人脸识别model?

[英]How to integrate custom Python face recognition model in Flutter?

I have a custom Python face recognition model.我有一个定制的Python人脸识别model。 I want to integrate it locally in Flutter app so, how to integrate it in Flutter ?我想将它本地集成到Flutter应用程序中,那么如何将它集成到Flutter中? To use it in Flutter do i have to convert it in some form like tflite or I can normally use it with some library?要在Flutter中使用它,我是否必须将其转换为tflite之类的形式,或者我通常可以将它与某些库一起使用?

Note- The model takes image as input and gives person info who's face the model recognizes.注意 - model 将图像作为输入,并提供 model 识别的人脸信息。 I want to integrate in Flutter so that it can run on mobile rather than on server.我想集成到Flutter中,以便它可以在移动设备上而不是在服务器上运行。

Maybe you can use Firabase's machine learning functions , can be work better for mobile.也许您可以使用Firabase 的机器学习功能,可以更好地用于移动设备。

You can use starflut plugin in order to run python code in a flutter application.您可以使用starflut插件在 flutter 应用程序中运行 python 代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM