mirror of
https://gitee.com/bianbu-linux/ai-support
synced 2025-06-28 09:33:38 -04:00
Update for v1.0alpha1
This commit is contained in:
commit
614ab9dba0
116 changed files with 31855 additions and 0 deletions
8
rootfs/usr/share/applications/object-detection.desktop
Normal file
8
rootfs/usr/share/applications/object-detection.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
#Encoding=UTF-8
|
||||
Version=1.0.3
|
||||
Name=object-detection
|
||||
Exec=/usr/bin/detection_stream_demo /usr/share/ai-support/models/yolov6.json 0 cameraId
|
||||
Terminal=true
|
||||
Icon=/usr/share/icons/bianbu-ai-demo/object-detection.png
|
8
rootfs/usr/share/applications/pose-tracker.desktop
Normal file
8
rootfs/usr/share/applications/pose-tracker.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
#Encoding=UTF-8
|
||||
Version=1.0.3
|
||||
Name=pose-tracker
|
||||
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