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/BoundingBoxes
orvision_msgs/Detection2DArray
)bboxes_ex_msgs/BoundingBoxes
: Output BoundingBoxes like darknet_ros_msgs- ※ If you want to use
darknet_ros_msgs
, replacebboxes_ex_msgs
withdarknet_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}
}