forked from opendr-eu/opendr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROS1 updates and fixes for several nodes (opendr-eu#281)
* Updated, cleaned up and added argparse to ROS1 pose estimation node * Added additional information for pose estimation node documentation * Improved wording in pose estimation ros docs * Minor comment improvement * Fix typo * Updated, cleaned up and added argparse to ROS1 fall detection node * Added box id type conversion that caused error in object det2d centernet * Updated, cleaned up and added argparse to ROS1 object detection 2d centernet node * Updated, cleaned up and added argparse to ROS1 object detection 2d ssd node * Updated, cleaned up and added argparse to ROS1 object detection 2d yolov3 node * Minor typo fix * Updated, cleaned up and added argparse to ROS1 object detection 2d DETR node * Updated, cleaned up and added argparse to ROS1 face detection retinaface node * Updated, cleaned up and added argparse to ROS1 semantic segmentation bisenet node * Increased buffer size for fall detection and pose estimation to minimize delay * Updated, cleaned up and added argparse to ROS1 face recognition node * Fixed minor type conversion typo in bridge * Sem seg bisenet now outputs class ids heatmap and separate visualization heatmap with improved colors and legend * Added custom opendr pose and keypoint messages on ros_bridge * Modified opendr_bridge from/to ros pose to use new messages and doc update * ROS1 pose node now uses new custom pose ros message * Enhanced pose __str__ method to return pose id and confidence * Update human_model_generation_client.py * Added missing space to pose out_string Co-authored-by: Stefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com> * Fixed indentation on CMakeLists.txt Co-authored-by: Stefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com> Co-authored-by: charsyme <63857415+charsyme@users.noreply.github.com> Co-authored-by: Stefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com>
- Loading branch information
1 parent
e743efb
commit 5749917
Showing
18 changed files
with
970 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.