Skip to content
Snippets Groups Projects
  1. Oct 27, 2022
  2. Oct 19, 2022
  3. Oct 17, 2022
  4. Oct 16, 2022
  5. Oct 14, 2022
  6. Oct 13, 2022
  7. Oct 11, 2022
  8. Sep 29, 2022
  9. Sep 26, 2022
  10. Sep 22, 2022
  11. Sep 21, 2022
  12. Sep 20, 2022
  13. Sep 15, 2022
    • Kostas Tsampazis's avatar
      ROS1 nodes - None argument fix (#306) · dfc2eaf9
      Kostas Tsampazis authored
      * Pose est: Added lambda expression in argparse to handle passing of none value and minor optimization
      
      * Face reco: Added lambda expression in argparse to handle passing of none value
      
      * Fall det: Added lambda expression in argparse to handle passing of none value and some fixes in callback
      
      * Fixed whole fall detection list being published for each fallen pose
      
      * Fallen message now publishes only when there is a fall detected
      
      * Each fallen pose now has different id
      
      * Face det: Added lambda expression in argparse to handle passing of none value and minor optimization
      
      * Obj det 2d: Added lambda expression in argparse to handle passing of none value and minor optimization
      
      * Sem segm: Added lambda expression in argparse to handle passing of none value
      
      * Moved pose bounding box calculation inside if block
      dfc2eaf9
  14. Sep 14, 2022
  15. Sep 13, 2022
  16. Sep 12, 2022
  17. Sep 09, 2022
  18. Sep 07, 2022
  19. Sep 05, 2022
  20. Sep 01, 2022
    • Kostas Tsampazis's avatar
      ROS1 updates and fixes for several nodes (#281) · f71fb87f
      Kostas Tsampazis authored
      
      * 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: default avatarStefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com>
      
      * Fixed indentation on CMakeLists.txt
      
      Co-authored-by: default avatarStefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com>
      
      Co-authored-by: default avatarcharsyme <63857415+charsyme@users.noreply.github.com>
      Co-authored-by: default avatarStefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com>
      f71fb87f
Loading