代码拉取完成,页面将自动刷新
"""
配置环境
"""
from concurrent.futures import ThreadPoolExecutor
def is_debug():
"""
获取环境 配置
:return:
"""
return True
# return False
"""
环境配置
"""
class env:
# usb 芯片是否默认端口启动
usb_has_default = 1
# 识别线程 5
executor_parts = ThreadPoolExecutor(max_workers=1)
# 识别单个配件线程
executor_unit_parts = ThreadPoolExecutor(max_workers=1)
# 主线程
executor = ThreadPoolExecutor(max_workers=5)
# 配件数量
parts_size = 6
# 图片相似度
img_similarity = 5
# 配件相似度
parts_similarity = 5
# 图片相似度
name_similarity = 3
# 配件 过滤值
parts_colors = [[[0, 35], [0, 40], [0, 60]]]
# 配件 过滤填充值
parts_put_color = (255, 255, 255, 0)
# 武器名字 过滤值
weapon_name_colors = [[[230, 255], [230, 255], [230, 255]]]
# 武器名字 填充值
weapon_name_put_color = (0, 0, 0, 0)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。