We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As Issue#7, the image log appear two times.
import subprocess
command = [ "python", r"C:\Users\Desktop\Python_study\blur\BlurDetection2-master\process.py", "-i", r"C:\Users\Desktop\cameradata\final\test\center_part\clear\test", "-s", r"C:\Users\Desktop\Python_study\blur\blur_data\final.json" ]
subprocess.run(command)
Here is my code. And I can't understand how to solve it. Thank you for reading this.
The text was updated successfully, but these errors were encountered:
sorry everybody.. I solve it with issue #7.
Just modify Process def Image find. Thank you.
Sorry, something went wrong.
No branches or pull requests
As Issue#7, the image log appear two times.
import subprocess
command = [
"python", r"C:\Users\Desktop\Python_study\blur\BlurDetection2-master\process.py",
"-i", r"C:\Users\Desktop\cameradata\final\test\center_part\clear\test",
"-s", r"C:\Users\Desktop\Python_study\blur\blur_data\final.json"
]
subprocess.run(command)
Here is my code. And I can't understand how to solve it.
Thank you for reading this.
The text was updated successfully, but these errors were encountered: