diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/PulseFocusPlatform.iml b/.idea/PulseFocusPlatform.iml new file mode 100644 index 0000000..39906a5 --- /dev/null +++ b/.idea/PulseFocusPlatform.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..4eda2ff --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9cb39a1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 030ac86..a81254f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ python main.py 2. 模型文件连接 - 由于软件包含已训练好的三个模型,模型参数较大,放在百度网盘自行下载,并放在根目录。 + 由于软件包含已训练好的三个模型,模型参数较大,放在百度网盘自行下载,并放在根目录中。 链接:https://pan.baidu.com/s/1Wf4gjmccgqQYeknm9pX2jQ diff --git a/__pycache__/SSS_win.cpython-310.pyc b/__pycache__/SSS_win.cpython-310.pyc new file mode 100644 index 0000000..f559cf5 Binary files /dev/null and b/__pycache__/SSS_win.cpython-310.pyc differ diff --git a/__pycache__/SSS_win.cpython-37.pyc b/__pycache__/SSS_win.cpython-37.pyc new file mode 100644 index 0000000..5bdff7a Binary files /dev/null and b/__pycache__/SSS_win.cpython-37.pyc differ