Vision study
Vision study
 Hello, I am an undergraduate who is studying because I recently became interested in depth estimation. When I made it through a metric depth estimation model, the results came...
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...