diff --git a/misc/rtsp_ai_player/README.md b/misc/rtsp_ai_player/README.md index e5ebc91..e78fb5c 100644 --- a/misc/rtsp_ai_player/README.md +++ b/misc/rtsp_ai_player/README.md @@ -10,8 +10,10 @@ yolo export model=azaion-2024-06-28.pt dynamic=False format=onnx imgsz=640,640 ## How to use application locally on a Linux PC. ### Install ONNX runtime +```bash wget https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-1.18.0.tgz sudo tar xf onnxruntime-linux-x64-1.18.0.tgz -C /opt +``` ### Install ffmpeg and mediamtx RTSP server: ```bash