dcharatan / pixelsplat

[CVPR 2024 Oral, Best Paper Runner-Up] Code for "pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction" by David Charatan, Sizhe Lester Li, Andrea Tagliasacchi, and Vincent Sitzmann
http://davidcharatan.com/pixelsplat/
MIT License
830 stars 56 forks source link

What is deterministic in the code #56

Closed River-Zhang closed 6 months ago

River-Zhang commented 6 months ago

Hi authors! Thanks for your great work! I wonder what the deterministic parameter means in the validation step. If deterministic=true, does it mean you are predicting the depth directly rather than the probability distribution?

dcharatan commented 6 months ago

It just means that instead of sampling from the buckets, the argmax bucket is used.