mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-23 03:06:35 +00:00
update install.sh script
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Install proper ssh key into your github acc, you should have an access
|
||||
# to this repo https://github.com/azaion/autopilot
|
||||
# Install proper ssh key into your github acc, you should have access to this repo https://github.com/azaion/autopilot
|
||||
|
||||
# ONNX runtime
|
||||
wget https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-linux-x64-1.18.0.tgz
|
||||
@@ -13,7 +12,7 @@ mkdir mediamtx
|
||||
tar xf mediamtx_v1.9.1_linux_arm64v8.tar.gz -C mediamtx
|
||||
rm mediamtx_v1.9.1_linux_arm64v8.tar.gz
|
||||
|
||||
# autopilot's ai player's libs and tools
|
||||
# openCV & autopilot
|
||||
sudo apt install -y qmake6
|
||||
sudo apt install -y libopencv-highgui-dev libopencv-video-dev libopencv-imgproc-dev libopencv-dev librga-dev libstb-dev libturbojpeg0-dev libqt6serialport6-dev
|
||||
|
||||
@@ -25,7 +24,6 @@ sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/he
|
||||
sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/heads/master/rknpu2/runtime/Linux/librknn_api/include/rknn_custom_op.h -P /usr/local/include
|
||||
sudo wget https://raw.githubusercontent.com/rockchip-linux/rknn-toolkit2/refs/heads/master/rknpu2/runtime/Linux/librknn_api/include/rknn_matmul_api.h -P /usr/local/include
|
||||
|
||||
# autopilot's ai player
|
||||
git clone https://github.com/azaion/autopilot
|
||||
cd ~/autopilot/misc/rtsp_ai_player
|
||||
mkdir build
|
||||
|
||||
Reference in New Issue
Block a user