Closed fangchuan closed 1 year ago
Hello,
I am not familiar with how Replica was rendered in MatryODShka. In 360monodepth we rendered both RGB and depth using the official Replica repo .
Hello,
I am not familiar with how Replica was rendered in MatryODShka. In 360monodepth we rendered both RGB and depth using the official Replica repo .
Does the official Replica repo offers method to render panoramic depth image? I asked the MatryODShka cause this work was cited in your paper
Hi 360monodepth team, awesome work! I follow the method to produce my customed replica360 dataset as mentioned in your work. The panoramic rgb image looks ok, but the depth image is likely been truncated cause of inappropriate depth scale or depth image format. Specificly, I use matryodshka-replica360 code to render panoramic depth images, I find the depth image can be naturally unprojected to a unit sphere, the we can get the hole room pointcloud at once.
./ReplicaSDK/ReplicaRendererDataset /media/ziqianbai/BACKPACK_DATA1/Replica_all/replica_v1/room_0/mesh.ply /media/ziqianbai/BACKPACK_DATA1/Replica_all/replica_v1/room_0/textures/ /media/ziqianbai/BACKPACK_DATA1/Replica_all/replica_v1/room_0/glass.sur ../glob/train/room_0_6dof.txt y /media/ziqianbai/BACKPACK_DATA1/Replica_all/replica_for_panonerf/room_0/ 1024 512 ../glob/pro2pos.txt
But the pointcloud seems imprecise, the depth is likely been truncated cause of inappropriate depth scale or depth image format:
The code I used to unproject the equirect_depth_image :
I'm sure you probably have similar problems. Could u help me figure out the reason the resulting phenomenon? Thanks in advance! @cr333 @manurare