Skip to content

Commit f50d05c

Browse files
committed
update readme
1 parent e180920 commit f50d05c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,20 @@
1414
| --------------- | -------- |
1515
| TensorRT (CUDA) ||
1616
| OpenVINO ||
17-
| ONNX Runtime | |
18-
| TFLite | |
17+
| ONNX Runtime | |
18+
| TFLite | |
1919

2020
<!-- ### Raspberry Pi4 🍓 + NCS2 + YOLOX-ROS
2121
2222
Good news for studets❗🍓
2323
2424
Check [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

3128
Check [this URL](./yolox_ros_cpp/README.md).
3229

33-
</details>
34-
35-
<br></br>
30+
<br>
3631

3732
## Topic
3833

yolox_ros_cpp/yolox_cpp/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 )
7170
endif()
7271

7372
configure_file(

0 commit comments

Comments
 (0)