feat(perception): Person re-identification — appearance embedding for cross-camera tracking #201

Closed
opened 2026-03-02 11:12:49 -05:00 by sl-jetson · 0 comments
Collaborator

Single ROS2 node. Subscribe to /social/faces/detections + CSI camera images. Extract 128-dim appearance embedding per detected person using MobileNetV2 torso crop. Publish PersonAppearance.msg (person_id, embedding[], last_camera, confidence) on /saltybot/person_reid at 5Hz. Match across cameras using cosine similarity threshold. Include unit tests.

Single ROS2 node. Subscribe to /social/faces/detections + CSI camera images. Extract 128-dim appearance embedding per detected person using MobileNetV2 torso crop. Publish PersonAppearance.msg (person_id, embedding[], last_camera, confidence) on /saltybot/person_reid at 5Hz. Match across cameras using cosine similarity threshold. Include unit tests.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seb/saltylab-firmware#201
No description provided.