更新UI
This commit is contained in:
parent
f196c517f7
commit
f7f596d827
|
@ -1603,9 +1603,9 @@ class Scene:
|
||||||
|
|
||||||
# self.ui_func(("get_info", walker_detect_count, obj_detect_count, update_info_count, self.infoCount))
|
# self.ui_func(("get_info", walker_detect_count, obj_detect_count, update_info_count, self.infoCount))
|
||||||
semantic_info_str=""
|
semantic_info_str=""
|
||||||
semantic_info_str+= f'检测行人数量:{walker_detect_count}'+"\n"
|
semantic_info_str+= f'检测行人数量:{walker_detect_count}'+"\n\n"
|
||||||
semantic_info_str += f'检测物体数量:{obj_detect_count}' + "\n"
|
semantic_info_str += f'检测物体数量:{obj_detect_count}' + "\n\n"
|
||||||
semantic_info_str += f'更新语义信息:{update_info_count}' + "\n"
|
semantic_info_str += f'更新语义信息:{update_info_count}' + "\n\n"
|
||||||
semantic_info_str += f'已存语义信息:{self.infoCount}' + "\n"
|
semantic_info_str += f'已存语义信息:{self.infoCount}' + "\n"
|
||||||
|
|
||||||
# print("======semantic_info_str===========")
|
# print("======semantic_info_str===========")
|
||||||
|
|
|
@ -101,7 +101,7 @@ class UI(QMainWindow, Ui_MainWindow):
|
||||||
|
|
||||||
self.setupUi(MainWindow) # 初始化UI
|
self.setupUi(MainWindow) # 初始化UI
|
||||||
|
|
||||||
MainWindow.setWindowTitle("测试V1.0")
|
MainWindow.setWindowTitle("RoboWatier")
|
||||||
# MainWindow.setWindowIcon(QIcon("icons/umbrella.ico"))
|
# MainWindow.setWindowIcon(QIcon("icons/umbrella.ico"))
|
||||||
|
|
||||||
# 绑定说话按钮
|
# 绑定说话按钮
|
||||||
|
|
Loading…
Reference in New Issue