1 Star 0 Fork 2

王永科/基于YOLOv5+PyQt5+Python的AI视觉检测系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appMain.py 287 Bytes
一键复制 编辑 原始数据 按行查看 历史
davidhu 提交于 2022-10-27 21:26 +08:00 . img2predict增加绝对路径
# GUI应用程序主程序入口
import sys
from PyQt5.QtWidgets import QApplication
from myMainWindow import QmyMainWindow
app = QApplication(sys.argv) # 创建GUI应用程序
mainform = QmyMainWindow() # 创建主窗体
mainform.show() # 显示主窗体
sys.exit(app.exec_())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wang-yong_ke/AI_Vision_DetectSys.git
git@gitee.com:wang-yong_ke/AI_Vision_DetectSys.git
wang-yong_ke
AI_Vision_DetectSys
基于YOLOv5+PyQt5+Python的AI视觉检测系统
master

搜索帮助