Minor fixes to README.md file in rtsp_ai_player. Part 2

This commit is contained in:
Tuomas Järvinen
2024-07-14 20:20:36 +02:00
parent ce2b31a388
commit c708e40cff
+2
View File
@@ -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. ## How to use application locally on a Linux PC.
### Install ONNX runtime ### Install ONNX runtime
```bash
wget https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-1.18.0.tgz 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 sudo tar xf onnxruntime-linux-x64-1.18.0.tgz -C /opt
```
### Install ffmpeg and mediamtx RTSP server: ### Install ffmpeg and mediamtx RTSP server:
```bash ```bash