运行客流检测案例,报错:Element key(dataSourceImage) is not a valid key, please check your pipeline.
收藏回复举报
运行客流检测案例,报错:Element key(dataSourceImage) is not a valid key, please check your pipeline.
t('forum.solved') 已解决
发表于2023-07-25 16:26:01
0 查看

【问题背景】尝试运行应用案例库中,客流检测案例,gitee地址如下:

https://gitee.com/ascend/mindxsdk-referenceapps/tree/master/contrib/PassengerflowEstimation

按照给出的运行教程,进行到“6编译与运行”这一步

【问题描述】在命令行中输入 python3 main.py,得到如下报错:  “Element key(dataSourceImage) is not a valid key, please check your pipeline.”

cke_9048.png

说明:除了按教程配置了mxpi_rtspsrc0的rtsp视频流地址、mxpi_objectpostprocessor0的postProcessLibPath为SDK路径外,未做其他更改

【问题需求】请问这个错误是什么原因造成,应该如何解决?

我要发帖子