Skip to content

Roboy/Medium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roboy Medium

Estimating human poses is essential for most technical systems that operate in a shared environments with humans. Unlike vision based approaches, Radar signals travel through walls, and allow anonymous and light-weight detection of humans.

See our medium article to learn more about our project.

This repository contains our code base for the Roboby Medium 24GHz project, with ros packages for human pose detection from Radar signals, and data pipeline as well as machine learning testbed for training and testing models for human pose estimation. The code was developed and tested on systems running Ubuntu 18.04 and ROS melodic, and is organized in three submodules, with more precises ReadMe documentation inside:

  1. "medium-ros" contains all ros packages required for human pose estimation and more
  2. "data-pipeline" contains scripts and instructions for recording, pre-processing, and supervising raw radar samples
  3. "model-pipeline" contain PyTorch implementations of our localization models and training pipeline

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Dependencies

Prerequisites

Please make sure that your system has installed the dependencies listed above. Alternatively, install missing dependencies

sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential python-catkin-tools ros-melodic-rviz-visual-tools ros-melodic-toposens

and the required libraries into your desired python environment as follows:

cd /path/to/radar_pose_estimation/
pip install -r requirements.txt

Installing

For installing the single submodules, please refer to the respective ReadMe documentation inside the sub-repositories.

Questions

For questions and bug reports please open an issue in this repository or write a mail to Christopher Lang, Lennart Aigner, or Tamara Shnyrina.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published