Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels