ROS Group 产品服务
Product Service 开源代码库
Github 官网
Official website 技术交流
Technological exchanges 激光雷达
LIDAR ROS教程
ROS Tourials 深度学习
Deep Learning 机器视觉
Computer Vision
在小强上使用body_pose进行人体识别
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
执行单人姿态识别成功,没有报错。
执行多人姿态识别时候报错如下
Traceback (most recent call last):
File “demo/demo_multiperson.py”, line 17, in
from multiperson.detections import extract_detections
File “demo/…/multiperson/detections.py”, line 10, in
from nms_grid import nms_grid
ImportError: No module named nms_gridROS执行报错如下,好像是同名节点的问题:
[camera_node-5] process has died [pid 31196, exit code 1, cmd /home/xiaoqiang/Documents/ros/devel/lib/usb_cam/usb_cam_node __name:=camera_node __log:=/home/xiaoqiang/.ros/log/b7b359c8-2222-11eb-ae28-cfd9b2d8c1b5/camera_node-5.log].
log file: /home/xiaoqiang/.ros/log/b7b359c8-2222-11eb-ae28-cfd9b2d8c1b5/camera_node-5*.log
shutdown request: new node registered with same name
有懂的朋友麻烦解释一下,感谢。 -
@moist 可能你的模型没有下载完整
-
This post is deleted! -
@weijiz 您好,我roslaunch body_pose body_pose_test.launch后
出现如下情况
[WARN] [1605520393.882227]: Cannot get image from ~image
[WARN] [1605520394.884241]: Cannot get image from ~image
但是我点击鼠标右键会出现以下命令
[ INFO] [1605520396.100524512]: Saved image frame0004.jpg
然后我就使用rosrun image_view image_view image:=/body_pose_tester/processed_image
发现摄像头就消失了,也没有发现出现被识别出的人体特征位置的照片
您能否为解答一下吗?
我注释这句话<include file=“$(find xiaoqiang_tts)/launch/tts_xunfei.launch” /–> -
This post is deleted! -
@marcos452 你好 请问你解决了这个问题吗 我也遇到了此问题
-
@yellow launch文件内的图像话题要改成kinect的图像话题