No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/tue-robotics/image_recognition.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-05-05 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
image_recognition | 0.0.5 |
image_recognition_age_gender | 0.0.1 |
image_recognition_analysis | 0.0.5 |
image_recognition_color_extractor | 0.0.5 |
image_recognition_face_recognition | 0.0.1 |
image_recognition_footwear | 0.0.5 |
image_recognition_jetson | 0.0.5 |
image_recognition_msgs | 0.0.5 |
image_recognition_openface | 0.0.5 |
image_recognition_openpose | 0.0.5 |
image_recognition_pose_estimation | 0.0.1 |
image_recognition_rqt | 0.0.5 |
image_recognition_segment_anything | 0.0.5 |
image_recognition_skybiometry | 0.0.5 |
image_recognition_tensorflow | 0.0.5 |
image_recognition_tensorflow_rqt | 0.0.5 |
image_recognition_util | 0.0.5 |
README
TU/e Robotics image_recognition
Packages for image recognition - Robocup TU/e Robotics
Package status & Description
Package | Build status Xenial Kinetic x64 | Description |
---|---|---|
image_recognition | Meta package for all image_recognition packages. | |
image_recognition_analysis | analysis for image recognition | |
image_recognition_color_extractor | Extract dominant colors from images | |
image_recognition_jetson | ROS wrapper for Jetson Inference (https://github.com/dusty-nv/jetson-inference) for running inference using TensorRT. | |
image_recognition_keras | ROS wrappers for Keras neural nets. | |
image_recognition_msgs | Interface definition for image recognition | |
image_recognition_openface | ROS wrapper for Openface (https://github.com/cmusatyalab/openface) to detect and recognize faces in images. | |
image_recognition_openpose | ROS wrapper for Openpose (https://github.com/CMU-Perceptual-Computing-Lab/) for getting poses of 2D images. | |
image_recognition_pytorch | ROS wrapper around a PyTorch model for (https://github.com/Nebula4869/PyTorch-gender-age-estimation) for getting age & gender estimations on faces | |
image_recognition_rqt | RQT tools with helpers testing this interface and training/labeling data. | |
image_recognition_skybiometry | ROS wrapper for Skybiometry (https://skybiometry.com/) for getting face properties of a detected face, e.g. age estimation, gender estimation etc. | |
image_recognition_tensorflow | Object recognition with use of Tensorflow. The user can retrain the top layers of a neural network to perform classification with its own dataset as described in this tutorial. | |
image_recognition_tensorflow_rqt | RQT tools for retraining a Tensorflow neural network. | |
image_recognition_util | Utils shared among image recognition packages |
How to
Object recognition
Step 1: label images with the image_recognition_rqt#annotation-plugin
Step 2: train a neural network with the image_recognition_tensorflow_rqt
Step 3: predict labels for new data with the image_recognition_rqt#test-plugin
Face recognition
See the tutorial at image_recognition_openface
Installation
Clone the repo in your catkin_ws:
cd ~/catkin_ws/src
git clone https://github.com/tue-robotics/image_recognition.git
Build your catkin workspace cd ~/catkin_ws catkin_make
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro melodic. Known supported distros are highlighted in the buttons above.