-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
RuntimeError: (NotFound) Cannot open file C:\Users\Abc/.cache/paddle/infer_weights\STGCN, please confirm whether the file is normal.[Hint: Expected static_cast<bool>(fin.is_open()) == true, but received static_cast<bool>(fin.is_open()):0 != true:1.] (at ..\paddle\fluid\inference\api\analysis_predictor.cc:2808) #9202
Comments
@TingquanGao ,更新一下,之前报错的文件夹是paddle/infer_weights/STGCN,我发现它其实是文档中的 今天我做了下面的操作: 我想问几点:
3.打架识别完成后,除了手动打开生成的视频文件,怎么知道视频中有没有打架? |
针对1.模型文件其实是在的,文件夹中有文件(昨天也发了图片,但没显示出来,只显示了链接),是自动下载的,但还是报错,比如这些 针对3①.怎么修改代码?目前我是用
针对3③.
针对4.之前看到rtsp的方式了,不过发issue时忘了这点,刚试了下报错(单独用opencv连接rtsp,可以获取到摄像头画面),我没修改
还试了
还试了
|
@TingquanGao 可以解答下我上面又发的吗? |
最近一直在外地,我有时间了再试下,感谢。8G显存是我前面贴出的打印, |
问题确认 Search before asking
Bug组件 Bug Component
Inference
Bug描述 Describe the Bug
新装的PaddleDetection环境,下载仓库develop分支zip代码后安装的。想试一下打架识别,本地已准备了一个mp4文件。参考文档中的用法,运行后报错
python deploy/pipeline/pipeline.py --config deploy/pipeline/config/infer_cfg_pphuman.yml --video_file=z:/cam1_9.mp4 --device=gpu
The text was updated successfully, but these errors were encountered: