sudo apt install ros-humble-generate-parameter-library
colcon build --cmake-args -DYOLOX_USE_TENSORRT=ON
ros2 launch yolox_ros_cpp yolox_tensorrt.launch.py
YOLOX + ROS2 Iron demo
🔼 Unity + YOLOX-ROS Demo
| Base | ROS2 C++ |
|---|---|
| TensorRT (CUDA) | ✅ |
| OpenVINO | ✅ |
| ONNX Runtime | ✅ |
| TFLite | ✅ |
Check this URL.
- image_raw (
sensor_msgs/Image)
- bounding_boxes (
bboxes_ex_msgs/BoundingBoxesorvision_msgs/Detection2DArray)bboxes_ex_msgs/BoundingBoxes: Output BoundingBoxes like darknet_ros_msgs- ※ If you want to use
darknet_ros_msgs, replacebboxes_ex_msgswithdarknet_ros_msgs.
@article{yolox2021,
title={YOLOX: Exceeding YOLO Series in 2021},
author={Ge, Zheng and Liu, Songtao and Wang, Feng and Li, Zeming and Sun, Jian},
journal={arXiv preprint arXiv:2107.08430},
year={2021}
}

