Skip to content
New issue

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

Image show two times. #23

Open
BeginerYJH opened this issue May 19, 2024 · 1 comment
Open

Image show two times. #23

BeginerYJH opened this issue May 19, 2024 · 1 comment

Comments

@BeginerYJH
Copy link

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.

@BeginerYJH
Copy link
Author

sorry everybody..
I solve it with issue #7.

Just modify Process def Image find.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant