All Projects → ros-industrial → easy_perception_deployment

ros-industrial / easy_perception_deployment

Licence: Apache-2.0 license
A ROS2 package that accelerates the training and deployment of CV models for industries.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
CMake
9771 projects
Dockerfile
14818 projects

easy_perception_deployment

CI codecov License Documentation Status

What Is This?

easy_perception_deployment is a ROS2 package that accelerates the training and deployment of Computer Vision (CV) models for industries.

drawing

drawing

Quality Declaration

This package claims to be in the Quality Level 4 category, see the Quality Declaration for more details.

Setup

This section lists steps on how to build easy_perception_deployment package using ROS2 build tools.

# Create ROS2 workspace
cd $HOME
mkdir -p epd_ros2_ws/src && cd epd_ros2_ws/src

# Download fast and shallow copy of easy_perception_deployment
git clone https://github.com/ros-industrial/easy_perception_deployment.git \
--depth 1 --single-branch
cd easy_perception_deployment/easy_perception_deployment

# Start up GUI interface.
bash run.bash

Docs

Check out the full documentation here.

Contributions & Feedback

We welcome contributions! Please see the contribution guidelines.

For feature requests or bug reports, please file a GitHub Issue.

For general discussion or questions, please use GitHub Discussions.

Acknowledgements

We would like to acknowledge the Singapore government for their vision and support to start this ambitious research and development project, "Accelerating Open Source Technologies for Cross Domain Adoption through the Robot Operating System". The project is supported by Singapore National Robotics Programme (NRP).

Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not reflect the views of the NR2PO.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].