Giter Club home page Giter Club logo

yolov7_ros's Introduction

Ros Wrapper for the official Yolov7 (Mask)

Table of Contents
  1. About The Project
  2. Requirements and Installation
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Acknowledgments

About The Project

This repo is a ROS wrapper for the recently release Yolov7 architecture. Currently this project uses the Yolov7-mask architecture for segmentation of the detected images. This repo is based on the official implementation of the Yolov7 algorithm.

The ros node will take in images from a camera and output all the data including the masks, bounding boxes and the centers of the objects detected (in the camera frame) to a new topic. Visualization of the final result is also available on a separate topic but can be turned off if needed (WIP)

(back to top)

Requirements and Installation

Following ROS packages are required:

Python requirements: The requirements.txt file needs to be installed and it can be done using the following command

pip install -r requirements.txt

Apart from this the Detectron 2 package is needed for processing the masks from the image.

(back to top)

Usage

Node parameters can be adjusted in either the launch file or through command line arguments while launching the launch file

roslaunch yolov7_ros yolo-v7.launch

(back to top)

Roadmap

  • Add Ros Node
  • Parameterize and add arguments
  • Add paralellization to improve performance
  • Add support for different model
  • Morph into a more general Ros wrapper for Pytorch

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Aditya Rathi - [email protected]

Project Link: https://github.com/aditya-rathi/yolov7_ros

(back to top)

Acknowledgments

This project is based upon the Yolov7 official implementation and all credits for the algorithm lie with the authors of the [paper]((https://github.com/WongKinYiu/yolov7)

(back to top)

yolov7_ros's People

Contributors

aditya-rathi 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.