forked from PulseFocusPlatform/PulseFocusPlatform
Compare commits
26 Commits
master
...
setchanged
Author | SHA1 | Date |
---|---|---|
p02945817 | 3279cc4c82 | |
p02945817 | 9ca4085c6a | |
p02945817 | 9bf14dae80 | |
p02945817 | 40f2168f6f | |
p02945817 | a5673f134b | |
p02945817 | 61370c1c72 | |
p02945817 | 3acdb7fcc4 | |
p02945817 | 0868c3ca26 | |
p02945817 | 3e19acf86c | |
p02945817 | b0bebf0846 | |
p02945817 | 5bcdee1fac | |
p02945817 | 3b4ac9cae1 | |
p02945817 | ab8ffcf61a | |
p02945817 | d16b7893a5 | |
p02945817 | becb5ea553 | |
p02945817 | 2ffcc98ac4 | |
p02945817 | 128444f997 | |
p02945817 | efc062138b | |
p02945817 | 1735bc6975 | |
p02945817 | 1d613070e3 | |
p02945817 | 7f873243cf | |
p02945817 | e66910c48b | |
p02945817 | 914394829b | |
p02945817 | aca022de7a | |
p02945817 | 63b8e759b1 | |
p02945817 | ccd2951448 |
|
@ -0,0 +1,3 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
<component name="PyDocumentationSettings">
|
||||||
|
<option name="format" value="GOOGLE" />
|
||||||
|
<option name="myDocStringFormat" value="Google" />
|
||||||
|
</component>
|
||||||
|
</module>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (PulseFocusPlatform)" project-jdk-type="Python SDK" />
|
||||||
|
</project>
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/PulseFocusPlatform.iml" filepath="$PROJECT_DIR$/.idea/PulseFocusPlatform.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
11
SSS_win.py
11
SSS_win.py
|
@ -3,7 +3,6 @@
|
||||||
# Form implementation generated from reading ui file 'SSS_win.ui'
|
# Form implementation generated from reading ui file 'SSS_win.ui'
|
||||||
#
|
#
|
||||||
# Created by: PyQt5 UI code generator 5.15.4
|
# Created by: PyQt5 UI code generator 5.15.4
|
||||||
#
|
|
||||||
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
||||||
# run again. Do not edit this file unless you know what you are doing.
|
# run again. Do not edit this file unless you know what you are doing.
|
||||||
|
|
||||||
|
@ -147,13 +146,13 @@ class Ui_MainWindow(object):
|
||||||
self.xunlian.clicked.connect(MainWindow.press_xunlian)
|
self.xunlian.clicked.connect(MainWindow.press_xunlian)
|
||||||
self.pushButton_tuichu.clicked.connect(MainWindow.exit)
|
self.pushButton_tuichu.clicked.connect(MainWindow.exit)
|
||||||
self.shipindaoru.clicked.connect(MainWindow.press_movie)
|
self.shipindaoru.clicked.connect(MainWindow.press_movie)
|
||||||
self.comboBox_sbsuanfa.activated.connect(MainWindow.moxingxuanze)
|
self.comboBox_sbsuanfa.activated['QString'].connect(MainWindow.moxingxuanze)
|
||||||
self.comboBox_GPU.activated.connect(MainWindow.gpu_use)
|
self.comboBox_GPU.activated['QString'].connect(MainWindow.gpu_use)
|
||||||
QtCore.QMetaObject.connectSlotsByName(MainWindow)
|
QtCore.QMetaObject.connectSlotsByName(MainWindow)
|
||||||
|
|
||||||
def retranslateUi(self, MainWindow):
|
def retranslateUi(self, MainWindow):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
MainWindow.setWindowTitle(_translate("MainWindow", "脉冲聚焦"))
|
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
|
||||||
self.tupiandiaoru.setText(_translate("MainWindow", "静态图像导入"))
|
self.tupiandiaoru.setText(_translate("MainWindow", "静态图像导入"))
|
||||||
self.shipindaoru.setText(_translate("MainWindow", "动态图像导入"))
|
self.shipindaoru.setText(_translate("MainWindow", "动态图像导入"))
|
||||||
self.pushButton_xxdaochu.setText(_translate("MainWindow", "信息导出"))
|
self.pushButton_xxdaochu.setText(_translate("MainWindow", "信息导出"))
|
||||||
|
@ -162,7 +161,7 @@ class Ui_MainWindow(object):
|
||||||
self.comboBox_yclfangfa.setItemText(0, _translate("MainWindow", "多尺度融合"))
|
self.comboBox_yclfangfa.setItemText(0, _translate("MainWindow", "多尺度融合"))
|
||||||
self.comboBox_yclfangfa.setItemText(1, _translate("MainWindow", "图像增广"))
|
self.comboBox_yclfangfa.setItemText(1, _translate("MainWindow", "图像增广"))
|
||||||
self.comboBox_yclfangfa.setItemText(2, _translate("MainWindow", "图像重塑"))
|
self.comboBox_yclfangfa.setItemText(2, _translate("MainWindow", "图像重塑"))
|
||||||
self.label_3.setText(_translate("MainWindow", "聚焦算法"))
|
self.label_3.setText(_translate("MainWindow", "识别算法"))
|
||||||
self.comboBox_sbsuanfa.setCurrentText(_translate("MainWindow", "PPYOLO-BOT"))
|
self.comboBox_sbsuanfa.setCurrentText(_translate("MainWindow", "PPYOLO-BOT"))
|
||||||
self.comboBox_sbsuanfa.setItemText(0, _translate("MainWindow", "PPYOLO-BOT"))
|
self.comboBox_sbsuanfa.setItemText(0, _translate("MainWindow", "PPYOLO-BOT"))
|
||||||
self.comboBox_sbsuanfa.setItemText(1, _translate("MainWindow", "YOLOV3"))
|
self.comboBox_sbsuanfa.setItemText(1, _translate("MainWindow", "YOLOV3"))
|
||||||
|
@ -172,7 +171,7 @@ class Ui_MainWindow(object):
|
||||||
self.comboBox_GPU.setItemText(0, _translate("MainWindow", "YES"))
|
self.comboBox_GPU.setItemText(0, _translate("MainWindow", "YES"))
|
||||||
self.comboBox_GPU.setItemText(1, _translate("MainWindow", "NO"))
|
self.comboBox_GPU.setItemText(1, _translate("MainWindow", "NO"))
|
||||||
self.label.setText(_translate("MainWindow", "特征选择"))
|
self.label.setText(_translate("MainWindow", "特征选择"))
|
||||||
self.shibie.setText(_translate("MainWindow", "聚焦"))
|
self.shibie.setText(_translate("MainWindow", "识别"))
|
||||||
self.xunlian.setText(_translate("MainWindow", "训练"))
|
self.xunlian.setText(_translate("MainWindow", "训练"))
|
||||||
self.pushButton_jswendang.setText(_translate("MainWindow", "技术文档"))
|
self.pushButton_jswendang.setText(_translate("MainWindow", "技术文档"))
|
||||||
self.pushButton_rjwendang.setText(_translate("MainWindow", "软件说明文档"))
|
self.pushButton_rjwendang.setText(_translate("MainWindow", "软件说明文档"))
|
||||||
|
|
4
main.py
4
main.py
|
@ -75,10 +75,8 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||||
# print(self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
# print(self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
||||||
# self.cap = cv2.VideoCapture(
|
# self.cap = cv2.VideoCapture(
|
||||||
# self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
# self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
||||||
# self.framRate = self.cap.get(cv2.CAP_PROP_FPS)
|
# self.framRate = self.cap.get(cv2.CAP_PROP_FPS
|
||||||
|
|
||||||
# th = threading.Thread(target=self.Display)
|
# th = threading.Thread(target=self.Display)
|
||||||
# th.start()
|
|
||||||
|
|
||||||
def Images_Display(self):
|
def Images_Display(self):
|
||||||
img_list=[]
|
img_list=[]
|
||||||
|
|
11
setup.py
11
setup.py
|
@ -1,16 +1,12 @@
|
||||||
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
|
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
# You may obtain a copy of the License at
|
# You may obtain a copy of the License at
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# See the License
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
import os.path as osp
|
import os.path as osp
|
||||||
import glob
|
import glob
|
||||||
|
@ -37,7 +33,6 @@ def package_model_zoo():
|
||||||
|
|
||||||
valid_cfgs = []
|
valid_cfgs = []
|
||||||
for cfg in cfgs:
|
for cfg in cfgs:
|
||||||
# exclude dataset base config
|
|
||||||
if osp.split(osp.split(cfg)[0])[1] not in ['datasets']:
|
if osp.split(osp.split(cfg)[0])[1] not in ['datasets']:
|
||||||
valid_cfgs.append(cfg)
|
valid_cfgs.append(cfg)
|
||||||
model_names = [
|
model_names = [
|
||||||
|
|
Loading…
Reference in New Issue