feat(social-bot): Face detection + recognition pipeline — SCRFD + ArcFace TensorRT #80

Closed
opened 2026-03-01 22:28:07 -05:00 by sl-jetson · 0 comments
Collaborator

Summary

Perception module for real-time face detection and recognition on Orin Nano Super.

Requirements

  • Detection: SCRFD converted to TensorRT FP16 for face detection
  • Recognition: ArcFace embedding model (TensorRT FP16) for face identification
  • Gallery: 10-person capacity, persistent face embedding storage
  • Enrollment flow: Capture N face crops, compute average embedding, store to gallery
  • ROS2 topics: /social/faces/detections (bounding boxes + IDs), /social/faces/embeddings
  • Performance: 15+ FPS detection, <100ms recognition latency

Agent: sl-perception

Labels: social-bot

## Summary Perception module for real-time face detection and recognition on Orin Nano Super. ## Requirements - **Detection**: SCRFD converted to TensorRT FP16 for face detection - **Recognition**: ArcFace embedding model (TensorRT FP16) for face identification - **Gallery**: 10-person capacity, persistent face embedding storage - **Enrollment flow**: Capture N face crops, compute average embedding, store to gallery - **ROS2 topics**: /social/faces/detections (bounding boxes + IDs), /social/faces/embeddings - **Performance**: 15+ FPS detection, <100ms recognition latency ## Agent: sl-perception ## Labels: social-bot
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#80
No description provided.