PLSC
PLSC copied to clipboard
Face Recognition inference模型
在文档中看到了预训练模型,请问可以提供inference模型吗?
由于存储问题,现在的思路是提供预训练模型,用户下载后自己跑一下导出脚本,即可以选择导出 paddle inference 模型,也可以自行导出 onnx 模型。
参考 https://github.com/PaddlePaddle/PLSC/blob/master/task/recognition/face/export.sh
目前只提供了一个 inference 模型,供快速体验: https://plsc.bj.bcebos.com/models/face/v2.4/FaceViT_tiny_patch9_112_infer.tgz
推理参考 https://github.com/PaddlePaddle/PLSC/blob/master/task/recognition/face/photo_clustering.ipynb
好的,非常感谢