An efficient framework to inference a UAV-based Thermal Imaging detector
Report Bug
·
Request Feature
Table of Contents
ROS 2 package based on Rust to detect object from thermal cameras.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps. If you want to use docker skip the installation process.
-
Install ros2_rust
-
Create workspace folder in your home directory
mkdir ~/workspace
-
Define the environment variable for ONNX Runtime Version (to be changed for a custom YOLO)
export ORT_VERSION=1.13.1
-
Clone the repo into the folder ~/workspace
git clone https://github.com/Pamasi/yolo_tir_rust.git ~/workspace/yolo_tir_rust
-
Download ROS2 Dependencies
vcs import src < ros2_rust_humble.repos . /opt/ros/humble/setup.sh
-
Build the ROS 2 workspace
colcon build
-
Install docker
-
Install docker-compose
-
Build the image
docker build . -t ros2_rust
-
Activate docker-compose in the background
docker-compose up -d
Setup the workspace only when the docker volume is created for the first time
. setup_docker.sh
Every time a new onnx file is added
- Source the environment first
. ros_entrypoint.sh
- Build the ROS 2 workspace
colcon build
- Testing
- Docker integration
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Paolo Dimasi - paolo.dimasi@outlook.com
Project Link: https://github.com/Pamasi/yolo_tir_rust