We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260f9d commit ccb513aCopy full SHA for ccb513a
1 file changed
yolox_ros_cpp/README.md
@@ -33,9 +33,9 @@ git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b humble
33
```bash
34
cd ~/ros2_ws
35
36
-./src/YOLOX-ROS/weights/onnx/install.bash yolox_tiny
+./src/YOLOX-ROS/weights/onnx/download.bash yolox_tiny
37
# Download onnx file and convert to IR format.
38
-# ./src/YOLOX-ROS/weights/openvino/install.bash yolox_tiny
+# ./src/YOLOX-ROS/weights/openvino/download.bash yolox_tiny
39
```
40
41
### TensorRT
0 commit comments