Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pollen-robotics/reachy-face-tracking
https://github.com/pollen-robotics/reachy-face-tracking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pollen-robotics/reachy-face-tracking
- Owner: pollen-robotics
- Created: 2021-10-07T08:28:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T13:06:50.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:12:37.707Z (3 months ago)
- Language: Python
- Size: 3.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reachy face tracking
The face tracking project is an autonomous application in which Reachy will detect faces in its field of view and track the detected face that is closet to it.
This can be used as is to make demo with the robot, show the capabilities of the [Orbita actuator](http://localhost:1313/sdk/first-moves/head/#reachys-neck-orbita-actuator) or serve as a brick to build more complex and interactive applications.
## How to install and run the application
### Install
Clone the repository and install it on your Reachy with pip.
```bash
cd ~/dev
git clone https://github.com/pollen-robotics/reachy-face-tracking.git
cd reachy-face-tracking
pip3 install -e .
```### Run the application
You can run the application directly with Python.
```bash
cd ~/dev/reachy-face-tracking
python3 -m reachy-face-tracking.face_tracking_launcher
```## Documentation
Consult the [dedicated page](https://docs.pollen-robotics.com/sdk/application/face-tracking/) on Reachy's documentation to learn more on this application.