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 2143ba7 commit 4605de8Copy full SHA for 4605de8
1 file changed
yolox_ros_cpp/README.md
@@ -2,6 +2,7 @@
2
3
## Requirements
4
- ROS2 Humble
5
+ - ros-humble-generate-parameter-library
6
- OpenCV 4.x
7
- OpenVINO 2021.*
8
- TensorRT 8.x *
@@ -60,7 +61,7 @@ cd ~/ros2_ws
60
61
- Download model using the following script.
62
- https://github.com/PINTO0309/PINTO_model_zoo/blob/main/132_YOLOX/download_nano.sh
63
- `curl -s https://raw.githubusercontent.com/PINTO0309/PINTO_model_zoo/main/132_YOLOX/download_nano.sh | bash`
-
64
+
65
- ONNX model copy to weight dir
66
- `cp resouces_new/saved_model_yolox_tiny_480x640/yolox_tiny_480x640.onnx ./src/YOLOX-ROS/weights/onnx/`
67
0 commit comments