brownvc / diffdiffdepth

Official repository for CVPR 2021 paper "Differentiable Diffusion for Dense Depth Estimation from Multi-view Images"
http://visual.cs.brown.edu/diffdiffdepth/
GNU General Public License v3.0
63 stars 6 forks source link

Getting a path related error? #3

Open noobtoob4lyfe opened 1 year ago

noobtoob4lyfe commented 1 year ago

Hi, I keep getting this error when I'm positive that my paths in my arguments are correct. Could this be a bug? Does this code not work on windows?

Traceback (most recent call last): File "run_mvs.py", line 179, in optimize(args.input_dir, args.src_img, args.output_dir) File "run_mvs.py", line 25, in optimize print("ERROR! File %s does not exist in directory %d. Please make sure you entered the name correctly." % (src_img, os.path.abspath(base_dir))) TypeError: %d format: a number is required, not str