(gaussianobject) xzj@ecs01-20240428-0001:~/project/GaussianObject$ python pred_monodepth.py -s /home/xzj/project/GaussianObject/data/mip360/bonsai/images
Using cache found in /home/xzj/.cache/torch/hub/intel-isl_MiDaS_master
Using cache found in /home/xzj/.cache/torch/hub/isl-org_ZoeDepth_main
img_size [384, 512]
Using cache found in /home/xzj/.cache/torch/hub/intel-isl_MiDaS_master
Params passed to Resize transform:
width: 512
height: 384
resize_target: True
keep_aspect_ratio: True
ensure_multiple_of: 32
resize_method: minimal
0it [00:00, ?it/s]
When I process my dataset to get the depth maps and colored depth maps, why do I end up with empty "zoe_depth_colored" and "zoe_depth" folder contents?
(gaussianobject) xzj@ecs01-20240428-0001:~/project/GaussianObject$ python pred_monodepth.py -s /home/xzj/project/GaussianObject/data/mip360/bonsai/images Using cache found in /home/xzj/.cache/torch/hub/intel-isl_MiDaS_master Using cache found in /home/xzj/.cache/torch/hub/isl-org_ZoeDepth_main img_size [384, 512] Using cache found in /home/xzj/.cache/torch/hub/intel-isl_MiDaS_master Params passed to Resize transform: width: 512 height: 384 resize_target: True keep_aspect_ratio: True ensure_multiple_of: 32 resize_method: minimal 0it [00:00, ?it/s]
When I process my dataset to get the depth maps and colored depth maps, why do I end up with empty "zoe_depth_colored" and "zoe_depth" folder contents?