1 Star 0 Fork 0

hello c++/QingDao-ship-detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
constant.py 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
Scienthuhsiasts 提交于 2024-06-15 16:27 . add_user_interface_24_6_15
import threading
from collections import defaultdict
http_host = '127.0.0.1' # ws的ip
http_port = 5164 # ws的端口号
speed_threshold = 5 # 超速的速度阈值,单位为knot
snapshot_url = 'http://192.168.1.116:3306/mysql' # 超速等异常行为记录的id
cctv_frame_track_interface='https://192.168.101.80:8000/tracking/api/frame/' # 根据图像框选实现光电跟踪的接口
semaphore = threading.Semaphore(0) # 调度inferCreate的信号量
shared_data = {} # 存储AI推理结果
trk_id2snapshoted = defaultdict(lambda: False) # 发送过速度报警的ship_id集合
ship_trackers = {} # 存儲ship_tracker
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sun09xiang24_admin/QingDao-ship-detection.git
git@gitee.com:sun09xiang24_admin/QingDao-ship-detection.git
sun09xiang24_admin
QingDao-ship-detection
QingDao-ship-detection
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385