PaddlePaddle / PaddlePaddle/FastDeploy
adaface模型无法正常运行
Open
@rainyfly is already working on this.
Since Mar 4, 2024.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 756
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 4
Description
环境
-
【FastDeploy版本】: 说明具体的版本,如fastdeploy-linux-gpu-0.8.0
-
【系统平台】: Windows x64(Windows11)
-
【硬件】: 如 Nvidia GPU 1650TI, CUDA 12.0 CUDNN 8.2
-
【编译语言】: Python(3.9)
-
【模型跑不通】
-
- 执行
examples\vision\faceid\adaface\python下的部署示例,包括使用examples提供的模型,不能正确执行
File "D:\test_my\FastDeploy-develop\examples\vision\faceid\adaface\python\infer.py", line 71, in
model = fd.vision.faceid.AdaFace(
File "E:\Anaconda\envs\paddle25_1282\lib\site-packages\fastdeploy\vision\faceid\contrib\adaface_init_.py", line 72, in init
self._model = C.vision.faceid.AdaFace(
RuntimeError: No graph was found in the protobuf.
- 执行
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.