mirror of
https://gitee.com/bianbu-linux/ai-support
synced 2025-06-28 09:33:38 -04:00
Update for v1.0beta3.1
This commit is contained in:
parent
614ab9dba0
commit
0aee1c36b1
58 changed files with 1447 additions and 1293 deletions
|
@ -1,8 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
#Encoding=UTF-8
|
||||
Version=1.0.3
|
||||
Version=1.0.12
|
||||
Name=object-detection
|
||||
Exec=/usr/bin/detection_stream_demo /usr/share/ai-support/models/yolov6.json 0 cameraId
|
||||
Name[en]=object-detection
|
||||
Name[zh_CN]=目标检测
|
||||
Exec=/usr/bin/detection_stream_demo /usr/share/ai-support/models/yolov6.json 0 camera_id
|
||||
Terminal=true
|
||||
Icon=/usr/share/icons/bianbu-ai-demo/object-detection.png
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
#Encoding=UTF-8
|
||||
Version=1.0.3
|
||||
Version=1.0.12
|
||||
Name=pose-tracker
|
||||
Name[en]=pose-tracker
|
||||
Name[zh_CN]=姿态追踪
|
||||
Exec=/usr/bin/tracker_stream_demo /usr/share/ai-support/models/yolov6.json /usr/share/ai-support/models/rtmpose.json 0 cameraId
|
||||
Terminal=true
|
||||
Icon=/usr/share/icons/bianbu-ai-demo/pose-tracker.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue