I have the sample working on Windows, once the output filepath format has been adjusted to be compatible (to change the : in the time to another character) - e.g.
priorda test --image_path assets/sample-1/rgb.jpg --prior_path assets/sample-1/gt_depth.png --pattern downscale_32 --visualize 1
I'm now trying to run the same on my own data with depth priors. I have a colour jpg and depth jpg that are the same dimension, but considerably higher resolution than the sample (at 4096x3072). I see a runtime error:RuntimeError: shape mismatch: value tensor of shape [37748736] cannot be broadcast to indexing result of shape [9216]
Are there any restrictions on the input image formats or resolution?
Thanks,
Max