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

How to use this code for users data? #34

Open chanwo0kim opened 5 months ago

chanwo0kim commented 5 months ago

Hello.

First, congrats for your successful research!

My Question is as follows:

1) I want to use multi-view real dataset, but actually each camera has different intrinsic and extrinsic parameters. But your experimental setting has same intrinsic for all cameras. So, how can i control this? And do you have experience to solve this real dataset problem?

2) To get Projection Matrix, you use z_near, z_far, fovX, fovY as option. Then why you did not use your intrinsic.txt directly but use the function?

I will wait for your response.

Thank you!

joshkiller commented 5 months ago

@chanwo0kim i've not checked on your question yet but i was wondering if you can help me to use their method for text to 3D manner ?