基于pyqt和yolov3搭建界面
1.首先要了解信号与槽是关键
2,参考网上的pyqt安装。将界面文件转换为.py文件
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'realsense.ui'
#
# Created by: PyQt5 UI code generator 5.13.0
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
1