forked from PulseFocusPlatform/PulseFocusPlatform
“修改”
This commit is contained in:
parent
b8f88338db
commit
b041154fb7
|
@ -2,6 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="f51902ab-b95b-4237-ad16-046cdff5b8fb" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
|
1
main.py
1
main.py
|
@ -71,7 +71,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
self.model_path,'./linshicunfang' ,self.Video_fname.split('/')[-1].split('.')[0]))
|
||||
# print(self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
||||
# self.cap = cv2.VideoCapture(
|
||||
# self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
||||
# self.framRate = self.cap.get(cv2.CAP_PROP_FPS)
|
||||
# th = threading.Thread(target=self.Display)
|
||||
|
||||
|
|
Loading…
Reference in New Issue