From c708e40cff3f418bda5618b7bdafe0c2003055b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuomas=20J=C3=A4rvinen?= Date: Sun, 14 Jul 2024 20:20:36 +0200 Subject: [PATCH] Minor fixes to README.md file in rtsp_ai_player. Part 2 --- misc/rtsp_ai_player/README.md | 2 ++ 1 file changed, 2 insertions(+) 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