mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:36:34 +00:00
Minor fixes to README.md file in rtsp_ai_player. Part 2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user