-
Notifications
You must be signed in to change notification settings - Fork 74
Adds human pose estimation #177
base: dev-ov2020.3
Are you sure you want to change the base?
Adds human pose estimation #177
Conversation
merge devel to master for 0.5.0 release
Signed-off-by: Chao Li <[email protected]>
to solve CMake Error at /opt/ros/kinetic/share/genmsg/cmake/genmsg-extras.cmake:263 (message): Messages depends on unknown pkg: object_msgs (Missing 'find_package(object_msgs)'?)
add object_msgs in find_package
…licting name with another ros package
people_msgs package name is changed to vino_people_msgs
Name Changes for sample and dynamic_vino_lib packages.
@silasalves To simplify the PR's merge, do you think it would be a good idea to merge Master's new patches to this branch? Thanks a lot. |
oh, you have already merged master's new patches to this branch, that's good. Thanks. @silasalves @Corsair-cxs, since you are now contributing to this branch, please pay attention to the changes in this PR. |
@silasalves
Please let me know if you have different points. |
Adds support to human-pose-estimation-0001 network to the new development branch, as suggested in the previous pull request.