YOLOX-ROS
January 3, 2026 ยท View on GitHub
YOLOX + ROS2 Iron demo

๐ผ Unity + YOLOX-ROS Demo
Supported List
| Base | ROS2 C++ |
|---|---|
| TensorRT | โ |
| OpenVINO | โ |
| ONNXRuntime CUDA | โ |
| ONNXRuntime MIGraphX | โ |
| TFLite | โ |
Installation & Demo (C++)
Check this URL.
Topic
Subscribe
- image_raw (
sensor_msgs/Image)
Publish
- 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.
Reference

@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}
}