Skip to content

SamueleSandrini/deepface_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepface_ros

ROS 2 wrap for DeepFace to perform face analysis.

Installation

cd ~/ros2_ws/src
git clone https://github.com/SamueleSandrini/deepface_ros
pip3 install -r deepface_ros/requirements.txt
cd ~/ros2_ws
rosdep install --from-paths src --ignore-src -r -y
colcon build --symlink-install

Usage

Launch the deepface_ros_node using the launcher filer:

ros2 launch deepface_bringup bringup.launch.py

Subscribers

Publishers

Services

Parameters

  • publish_online_analysis (bool, default: True): Enables online publishing of face analysis results.
  • image_reliability (int, default: 1): Reliability policy for image subscriptions.

About

DeepFace for ROS 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published