-
- Downloads
ROS1 nodes - None argument fix (#306)
* 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
Showing
- projects/opendr_ws/src/perception/scripts/face_detection_retinaface.py 6 additions, 4 deletions...dr_ws/src/perception/scripts/face_detection_retinaface.py
- projects/opendr_ws/src/perception/scripts/face_recognition.py 6 additions, 3 deletions...ects/opendr_ws/src/perception/scripts/face_recognition.py
- projects/opendr_ws/src/perception/scripts/fall_detection.py 19 additions, 12 deletionsprojects/opendr_ws/src/perception/scripts/fall_detection.py
- projects/opendr_ws/src/perception/scripts/object_detection_2d_centernet.py 6 additions, 5 deletions...s/src/perception/scripts/object_detection_2d_centernet.py
- projects/opendr_ws/src/perception/scripts/object_detection_2d_ssd.py 6 additions, 5 deletions...endr_ws/src/perception/scripts/object_detection_2d_ssd.py
- projects/opendr_ws/src/perception/scripts/object_detection_2d_yolov3.py 6 additions, 5 deletions...r_ws/src/perception/scripts/object_detection_2d_yolov3.py
- projects/opendr_ws/src/perception/scripts/pose_estimation.py 6 additions, 4 deletionsprojects/opendr_ws/src/perception/scripts/pose_estimation.py
- projects/opendr_ws/src/perception/scripts/semantic_segmentation_bisenet.py 6 additions, 3 deletions...s/src/perception/scripts/semantic_segmentation_bisenet.py
Loading
Please register or sign in to comment