File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1414| --------------- | -------- |
1515| TensorRT (CUDA) | ✅ |
1616| OpenVINO | ✅ |
17- | ONNX Runtime | |
18- | TFLite | |
17+ | ONNX Runtime | ✅ |
18+ | TFLite | ✅ |
1919
2020<!-- ### Raspberry Pi4 🍓 + NCS2 + YOLOX-ROS
2121
2222Good news for studets❗🍓
2323
2424Check [GitHub Wiki](https://github.com/Ar-Ray-code/YOLOX-ROS/wiki/YOLOX-ROS---Raspbian-(NCS2)) to try YOLOX-ROS. -->
2525
26- ## Installation & Demo
27-
28- <details >
29- <summary >C++</summary >
26+ ## Installation & Demo (C++)
3027
3128Check [ this URL] ( ./yolox_ros_cpp/README.md ) .
3229
33- </details >
34-
35- <br ></br >
30+ <br >
3631
3732## Topic
3833
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ if(YOLOX_USE_ONNXRUNTIME)
6767 find_library (ONNXRUNTIME NAMES onnxruntime)
6868 set (ENABLE_ONNXRUNTIME ON )
6969 set (TARGET_SRC src/yolox_onnxruntime.cpp)
70- # set(TARGET_DPENDENCIES )
7170endif ()
7271
7372configure_file (
You can’t perform that action at this time.
0 commit comments