yusufpraditya
commited on
Commit
·
1aa1b07
1
Parent(s):
64757c1
fix(docs) typos (#517)
Browse files
demo/OpenVINO/cpp/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# YOLOX-OpenVINO in C++
|
2 |
|
3 |
-
This
|
4 |
|
5 |
### Download OpenVINO models.
|
6 |
|
|
|
1 |
# YOLOX-OpenVINO in C++
|
2 |
|
3 |
+
This tutorial includes a C++ demo for OpenVINO, as well as some converted models.
|
4 |
|
5 |
### Download OpenVINO models.
|
6 |
|
demo/OpenVINO/python/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# YOLOX-OpenVINO in Python
|
2 |
|
3 |
-
This
|
4 |
|
5 |
### Download OpenVINO models.
|
6 |
|
|
|
1 |
# YOLOX-OpenVINO in Python
|
2 |
|
3 |
+
This tutorial includes a Python demo for OpenVINO, as well as some converted models.
|
4 |
|
5 |
### Download OpenVINO models.
|
6 |
|
demo/TensorRT/python/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# YOLOX-TensorRT in Python
|
2 |
|
3 |
-
This
|
4 |
|
5 |
## Install TensorRT Toolkit
|
6 |
|
|
|
1 |
# YOLOX-TensorRT in Python
|
2 |
|
3 |
+
This tutorial includes a Python demo for TensorRT.
|
4 |
|
5 |
## Install TensorRT Toolkit
|
6 |
|