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
826 stars 62 forks source link

Are the model on Hugging Face and the demo model different? #52

Open Dosin-Lee opened 3 months ago

Dosin-Lee commented 3 months ago

When using the provided example images, here are the results from Hugging Face and from running the demo after installation. Of course, the results won't always be identical, but these two show quite different outcomes. Generally, the Hugging Face performs better than running it locally(in A6000). This is also the case with other example photos. Additionally, with other photos I have, it is a bit hard to believe that these are the same models. I am curious about what differences might exist.

cherry2 cherry1

szymanowiczs commented 3 months ago

Hm it’s curious that the results are different because the demo first downloads the public model when it runs. So they are indeed identical models. I’ll have a look if I can reproduce the issue.

Dosin-Lee commented 3 months ago

Thank you for your response. It's not a major difference, but when running "gradio_app.py" there is a window titled "Rendered video" which was not present in the demo link. I thought this might indicate a version differecene, but it could also be an intentional design by the developer to reduce the delay. The results are excellent. 👏 👏