forked from PulseFocusPlatform/PulseFocusPlatform
“修改”
This commit is contained in:
parent
a35f42b9ec
commit
599b61fce9
|
@ -3,6 +3,8 @@
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="f51902ab-b95b-4237-ad16-046cdff5b8fb" name="Changes" comment="">
|
<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$/.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" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/setup.py" beforeDir="false" afterPath="$PROJECT_DIR$/setup.py" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -24,7 +26,7 @@
|
||||||
"keyToString": {
|
"keyToString": {
|
||||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||||
"last_opened_file_path": "F:/项目管理/PulseFocusPlatform",
|
"last_opened_file_path": "F:/项目管理/SeAIPalette",
|
||||||
"settings.editor.selected.configurable": "preferences.externalTools"
|
"settings.editor.selected.configurable": "preferences.externalTools"
|
||||||
}
|
}
|
||||||
}</component>
|
}</component>
|
||||||
|
|
2
main.py
2
main.py
|
@ -70,7 +70,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||||
'python deploy/python/infer.py --model_dir={} --image_dir={} --output_dir=./video_output/{} --threshold=0.3 --use_gpu=True'.format(
|
'python deploy/python/infer.py --model_dir={} --image_dir={} --output_dir=./video_output/{} --threshold=0.3 --use_gpu=True'.format(
|
||||||
self.model_path,'./linshicunfang' ,self.Video_fname.split('/')[-1].split('.')[0]))
|
self.model_path,'./linshicunfang' ,self.Video_fname.split('/')[-1].split('.')[0]))
|
||||||
# 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.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)
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@
|
||||||
# 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.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue