WillBrennan / BlurDetection2

Blur Detection with OpenCV in Python
MIT License
337 stars 82 forks source link

Image show two times. #23

Open BeginerYJH opened 4 months ago

BeginerYJH commented 4 months ago

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 commented 4 months ago

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

Just modify Process def Image find. Thank you.