Skip to content
Open

Cicd #58

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
11 changes: 11 additions & 0 deletions README.md
Binary file added weights/onnx/armor_s.onnx
Binary file not shown.
Binary file added weights/onnx/armor_sim_s.onnx
Binary file not shown.
Binary file added weights/onnx/armor_tiny.onnx
Binary file not shown.
Binary file added weights/tensorrt/armor_s.trt
Binary file not shown.
Binary file added weights/tensorrt/armor_sim_s.trt
Binary file not shown.
16 changes: 13 additions & 3 deletions yolox_ros_cpp/yolox_cpp/CMakeLists.txt
46 changes: 16 additions & 30 deletions yolox_ros_cpp/yolox_cpp/include/yolox_cpp/core.hpp
9 changes: 9 additions & 0 deletions yolox_ros_cpp/yolox_cpp/include/yolox_cpp/cuda_utils.cuh
894 changes: 449 additions & 445 deletions yolox_ros_cpp/yolox_cpp/include/yolox_cpp/tensorrt_logging.h
7 changes: 4 additions & 3 deletions yolox_ros_cpp/yolox_cpp/include/yolox_cpp/yolox_tensorrt.hpp
58 changes: 58 additions & 0 deletions yolox_ros_cpp/yolox_cpp/src/cuda_utils.cu
277 changes: 137 additions & 140 deletions yolox_ros_cpp/yolox_cpp/src/yolox_onnxruntime.cpp
140 changes: 70 additions & 70 deletions yolox_ros_cpp/yolox_cpp/src/yolox_openvino.cpp
307 changes: 166 additions & 141 deletions yolox_ros_cpp/yolox_cpp/src/yolox_tensorrt.cpp
306 changes: 143 additions & 163 deletions yolox_ros_cpp/yolox_cpp/src/yolox_tflite.cpp
2 changes: 1 addition & 1 deletion yolox_ros_cpp/yolox_param/CMakeLists.txt
12 changes: 11 additions & 1 deletion yolox_ros_cpp/yolox_ros_cpp/CMakeLists.txt
212 changes: 107 additions & 105 deletions yolox_ros_cpp/yolox_ros_cpp/launch/yolox_onnxruntime.launch.py
171 changes: 83 additions & 88 deletions yolox_ros_cpp/yolox_ros_cpp/launch/yolox_openvino.launch.py
160 changes: 74 additions & 86 deletions yolox_ros_cpp/yolox_ros_cpp/launch/yolox_tensorrt.launch.py
171 changes: 83 additions & 88 deletions yolox_ros_cpp/yolox_ros_cpp/launch/yolox_tflite.launch.py
51 changes: 26 additions & 25 deletions yolox_ros_cpp/yolox_ros_cpp/package.xml
373 changes: 199 additions & 174 deletions yolox_ros_cpp/yolox_ros_cpp/src/yolox_ros_cpp.cpp