This commit is contained in:
liwang_zhang 2023-11-28 21:05:22 +08:00
parent f196c517f7
commit f7f596d827
2 changed files with 4 additions and 4 deletions

View File

@ -1603,9 +1603,9 @@ class Scene:
# self.ui_func(("get_info", walker_detect_count, obj_detect_count, update_info_count, self.infoCount))
semantic_info_str=""
semantic_info_str+= f'检测行人数量:{walker_detect_count}'+"\n"
semantic_info_str += f'检测物体数量:{obj_detect_count}' + "\n"
semantic_info_str += f'更新语义信息:{update_info_count}' + "\n"
semantic_info_str+= f'检测行人数量:{walker_detect_count}'+"\n\n"
semantic_info_str += f'检测物体数量:{obj_detect_count}' + "\n\n"
semantic_info_str += f'更新语义信息:{update_info_count}' + "\n\n"
semantic_info_str += f'已存语义信息:{self.infoCount}' + "\n"
# print("======semantic_info_str===========")

View File

@ -101,7 +101,7 @@ class UI(QMainWindow, Ui_MainWindow):
self.setupUi(MainWindow) # 初始化UI
MainWindow.setWindowTitle("测试V1.0")
MainWindow.setWindowTitle("RoboWatier")
# MainWindow.setWindowIcon(QIcon("icons/umbrella.ico"))
# 绑定说话按钮