chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
887 stars 54 forks source link

Data set processing #36

Open xvbai0317 opened 4 months ago

xvbai0317 commented 4 months ago

(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]

image

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?

xvbai0317 commented 4 months ago

image image Why does this error occur when we use our own dataset?Are there any special requirements for the format of the data taken?

hanyangyu1021 commented 4 months ago

Hi, can you share the downloaded data with me? thanks a lot!