初始化

This commit is contained in:
2025-09-15 14:37:32 +08:00
commit 58ab12eaba
7 changed files with 155 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
from algo import YoloModel
if __name__ == '__main__':
model = YoloModel('yolo11n.pt')
model.detect('rtsp://admin:xkrs0425@172.16.20.15:554/D6/main/av_stream', 'rtmp://localhost/live/stream', 15)