modelscope / richdreamer

Live Demo:https://modelscope.cn/studios/Damo_XR_Lab/3D_AIGC
https://aigc3d.github.io/richdreamer/
Apache License 2.0
362 stars 13 forks source link

Anti-aliasing is not supposed be applied to normal and depth maps in the dataset #28

Open EasternJournalist opened 3 months ago

EasternJournalist commented 3 months ago

It is nice to have image anti-aliased in the GObjaverse dataset. However, the depth and normal maps are also anti-aliased: image

G-buffer should not be anti-aliased in any rendering pass. This could lead to potential issues when doing something with the ground truth geometry. For example, project the depth map to 3D point cloud and calculate shading with the normal map.

irimsky commented 2 months ago

I have the same opinion with you. This may lead to some problem when it comes to 3d space.