-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROS nodes FPS performance measurements (#419)
* Added performance node * Added time measurement for tool inference and publishing * Moved performance start time before image preprocessing * audiovisual_emotion_recognition_node.py performance and some formatting * binary_high_resolution_node.py performance * continual_skeleton_based_action_recognition_node.py performance and some rearrangement * face_detection_retinaface_node.py performance * face_recognition_node.py performance * facial_emotion_estimation_node.py performance * fall_detection_node.py performance * heart_anomaly_detection_node.py performance * hr_pose_estimation_node.py performance * landmark_based_facial_expression_recognition_node.py performance * object_detection_2d_centernet_node.py performance * object_detection_2d_detr_node.py performance * object_detection_2d_gem_node.py performance * object_detection_2d_nanodet_node.py performance * object_detection_2d_ssd_node.py performance * object_detection_2d_yolov3_node.py performance * object_detection_2d_yolov5_node.py performance * object_detection_3d_voxel_node.py performance * object_tracking_2d_deep_sort_node.py performance * object_tracking_2d_fair_mot_node.py performance * object_tracking_2d_siamrpn_node.py performance * object_tracking_3d_ab3dmot_node.py performance * panoptic_segmentation_efficient_lps_node.py performance * panoptic_segmentation_efficient_ps_node.py performance * pose_estimation_node.py minor fixes * rgbd_hand_gesture_recognition_node.py performance * semantic_segmentation_bisenet_node.py performance * skeleton_based_action_recognition_node.py performance * speech_command_recognition_node.py performance * video_activity_recognition_node.py performance * Added section for utility nodes and entry for the performance node * Added entry in notes for logging performance * Added entries for the new performance topic in all nodes * audiovisual_emotion_recognition_node.py ROS2 performance * binary_high_resolution_node.py ROS2 performance * continual_skeleton_based_action_recognition_node.py ROS2 performance * face_detection_retinaface_node.py ROS2 performance * face_recognition_node.py ROS2 performance * facial_emotion_estimation_node.py ROS2 performance * fall_detection_node.py ROS2 performance * heart_anomaly_detection_node.py ROS2 performance * hr_pose_estimation_node.py ros1 renamed class * hr_pose_estimation_node.py ROS2 performance * landmark_based_facial_expression_recognition_node.py ROS2 performance * object_detection_2d_centernet_node.py ROS2 performance * object_detection_2d_detr_node.py ROS2 performance * object_detection_2d_gem_node.py ROS2 performance * object_detection_2d_nanodet_node.py ROS1 minor fix * object_detection_2d_nanodet_node.py ROS2 performance * object_detection_2d_ssd_node.py ROS2 performance * object_detection_2d_yolov3_node.py ROS1 class name fix * object_detection_2d_yolov3_node.py ROS2 performance * object_detection_2d_yolov5_node.py ROS1 class name fix * object_detection_2d_yolov5_node.py ROS2 performance * object_detection_3d_voxel_node.py ROS2 performance * object_tracking_2d_deep_sort_node.py ROS2 performance * object_tracking_2d_fair_mot_node.py ROS2 performance * object_tracking_2d_siamrpn_node.py ROS2 performance * object_tracking_3d_ab3dmot_node.py ROS2 performance * panoptic_segmentation_efficient_lps_node.py ROS1 some imports rearrangement * panoptic_segmentation_efficient_lps_node.py ROS2 performance * panoptic_segmentation_efficient_ps_node.py ROS1 some imports rearrangement * panoptic_segmentation_efficient_ps_node.py ROS2 performance * pose_estimation_node.py ROS2 performance * rgbd_hand_gesture_recognition_node.py ROS2 performance * semantic_segmentation_bisenet_node.py ROS2 performance * skeleton_based_action_recognition_node.py ROS2 performance and some refactoring * speech_command_recognition_node.py ROS2 performance * video_activity_recognition_node.py ROS2 performance * Added ROS2 performance_node.py * ROS2 readme updates for performance topics/node * Apply suggestions from code review Co-authored-by: Stefania Pedrazzi <[email protected]> * Disable running tracking infer if no tracking is needed for ab3dmot ROS2 Co-authored-by: Stefania Pedrazzi <[email protected]> * Disable running tracking infer if no tracking is needed for ab3dmot ROS1 * Apply suggestions from code review Co-authored-by: Nikolaos Passalis <[email protected]> * Removed additional spaces after suggested change * Applied review suggestion to ROS2 node as well --------- Co-authored-by: Stefania Pedrazzi <[email protected]> Co-authored-by: Nikolaos Passalis <[email protected]>
- Loading branch information
1 parent
e9d3801
commit 0c2edb0
Showing
66 changed files
with
1,920 additions
and
348 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.