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

ESP32 S3是否可以支持模板匹配,特征点检测等算法,完成类似人脸识别的本地学习训练 (AIV-667) #281

Open
MichaelDu9226 opened this issue Dec 4, 2023 · 1 comment

Comments

@MichaelDu9226
Copy link

如题
使用场景:无需使用tensorflow等训练平台,直接在S3上学习训练,完成一些有明显特征的分类训练。

既然已有的人脸识别案例已经可以在S3上实现人脸特征的学习训练,相信一些简单特征的学习训练应该也是可以满足的。

这方面有官方案例或开源资料可以参考吗,分类速度能达到10帧左右即可,谢谢

@github-actions github-actions bot changed the title ESP32 S3是否可以支持模板匹配,特征点检测等算法,完成类似人脸识别的本地学习训练 ESP32 S3是否可以支持模板匹配,特征点检测等算法,完成类似人脸识别的本地学习训练 (AIV-667) Dec 4, 2023
@sun-xiangyu
Copy link
Collaborator

现在S3上还不可以在线的训练。
人脸识别模型是通过图片生成人脸特征向量(embedding), 然后通过比较embedding的相似度来实现的。

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

2 participants