Repository Summary
Description | A ROS2 package that accelerates the training and deployment of CV models for industries. |
Checkout URI | https://github.com/ros-industrial/easy_perception_deployment.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-02-16 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
easy_perception_deployment | 0.1.0 |
epd_msgs | 0.1.0 |
README
easy_perception_deployment
What Is This?
easy_perception_deployment is a ROS2 package that accelerates the training and deployment of Computer Vision (CV) models for industries.
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.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).