Skip to content

Commit

Permalink
testtesttest
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma authored and tiago committed Feb 5, 2024
1 parent b80b040 commit 684d51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Image to run inference on
sensor_msgs/Image image_raw

---
# Detection result
lasr_vision_msgs/FeatureWithColour[] detected_features
2 changes: 1 addition & 1 deletion skills/src/lasr_skills/describe_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def execute(self, userdata):

msg = cv2_img.cv2_img_to_msg(face_region)
features.extend(self.torch_face_features(
msg).detected_features)
msg, False).detected_features)
except Exception as e:
rospy.logerr(f"Failed to process extraction: {e}")

Expand Down

0 comments on commit 684d51b

Please sign in to comment.