Skip to content

YOLOX + ROS2 object detection package (C++ only support)

License

Notifications You must be signed in to change notification settings

Cosmic-Robotics/YOLOX-ROS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

277 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOX-ROS

iron

YOLOX + ROS2 Iron demo

yolox_s_result

🔼 Unity + YOLOX-ROS Demo

Supported List

Base ROS2 C++
TensorRT (CUDA)
OpenVINO
ONNX Runtime
TFLite

Installation & Demo (C++)

Check this URL.


Topic

Subscribe

  • image_raw (sensor_msgs/Image)

Publish

  • bounding_boxes (bboxes_ex_msgs/BoundingBoxes or vision_msgs/Detection2DArray)
    • bboxes_ex_msgs/BoundingBoxes: Output BoundingBoxes like darknet_ros_msgs
    • ※ If you want to use darknet_ros_msgs , replace bboxes_ex_msgs with darknet_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}
}

Contributors


About

YOLOX + ROS2 object detection package (C++ only support)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.6%
  • Shell 6.2%
  • CMake 4.9%
  • C 0.3%