szymanowiczs / splatter-image

Official implementation of `Splatter Image: Ultra-Fast Single-View 3D Reconstruction' CVPR 2024
https://szymanowiczs.github.io/splatter-image
BSD 3-Clause "New" or "Revised" License
795 stars 54 forks source link

depth supervision #35

Closed johnren-code closed 4 months ago

johnren-code commented 5 months ago

If I want to add a depth supervision, is there any advice?

szymanowiczs commented 4 months ago

You would need to change the renderer to also output depth (in addition to RGB). It is possible that you can apply depth supervision to that output, possibly improving results.