Giter Site home page Giter Site logo

ros_yolov7's Introduction

ros yolov7 bounding boxes + body keypoints

Ros package publishing ros yolov7 output tested with ros noetic but should would with others ros versions aswell

Based on https://github.com/RizwanMunawar/yolov7-pose-estimation

Follow the tutorial to install yolov7 required packages

Configure launch file:

start with:

roslaunch ros_yolov7 pose_estimate.launch

An example of subscriber is in src/ directory

Packages installations

cd /src
pip install -r requirements.txt
pip install --extra-index-url https://rospypi.github.io/simple/ rospy rosbag rospkg
pip install scikit-learn==0.22.2 --upgrade

ros module documentation

launching the module with Docker

to launch the module independently, the following docker-compose command must be run (**from the parent directory of the catkin workspace) : docker-compose -f catkin_ws/src/ros_yolov7/docker-compose.yml --env-file catkin_ws/src/ros_yolov7/.env -d it is also possible to run the command docker-compose up -d from this directory

formats used

BboxKp

  • int64 id : a user's id
  • float64[] bbox : a user's bounding boxes
  • float64[] kp : a user's keypoints

BboxKpList

  • BboxKp[] subjects : a list of BboxKp

ROS topics

subscribed to

  • [topic_img] (the parameter defined in the launch file) : Image, the image stream feeded to the service

published

  • /refined_perception/kp_bbox : BboxKpList, the users' bounding boxes and keypoints, useful for identifying them and interpret their position/body posture

ros_yolov7's People

Contributors

mathys-simion avatar timodhau avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.