安卓使用tf模型

安卓上使用tensorflow模型

使用pb模型:
【人脸识别】Google的Facenet移植到安卓
https://www.52pojie.cn/thread-758292-1-1.html

将TensorFlow训练好的模型迁移到Android APP上
https://blog.csdn.net/u012328159/article/details/81101074

https://github.com/cayden/facesample/issues

https://blog.csdn.net/cuiran/article/details/85342129

https://blog.csdn.net/Charleyszc/article/details/93863258?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-10.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-10.nonecase

使用tflite模型
https://blog.csdn.net/qq_33200967/article/details/82773677

https://github.com/syaringan357/Android-MobileFaceNet-MTCNN-FaceAntiSpoofing

TensorFlow Lite实现手写数字识别
https://www.cnblogs.com/lfri/p/11767265.html

手把手教你在Android上搭建tensorflow Lite2.0
https://blog.csdn.net/c_he_n/article/details/104684497

基于Android搭建tensorflow lite
https://blog.csdn.net/qq_22765745/article/details/80488012

将Facenet模型.pb文件转换为TFLITE格式

https://xbuba.com/questions/53596521

https://github.com/sirius-ai/MobileFaceNet_TF/issues/46
https://blog.csdn.net/qq_40250862/article/details/104552130?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522159271471219195264543721%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=159271471219195264543721&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2allfirst_rank_ecpm_v3~pc_rank_v3-7-104552130.first_rank_ecpm_v3_pc_rank_v3&utm_term=facenet+TFLite

https://blog.csdn.net/qq_17721239/article/details/89296911

https://blog.csdn.net/kkae8643150/article/details/95061201

使用bazel和toco
https://blog.csdn.net/qq_16564093/article/details/78996563

https://blog.csdn.net/sinat_34022298/article/details/81569769?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase

freeze_graph.py结合toco
https://blog.csdn.net/weixin_41864878/article/details/88061062

固化模型
https://gist.github.com/morgangiraud/249505f540a5e53a48b0c1a869d370bf#file-medium-tffreeze-1-py

https://www.jb51.net/article/187335.htm

你可能感兴趣的:(安卓使用tf模型)