playcanvas / supersplat

3D Gaussian Splat Editor
https://playcanvas.com/supersplat/editor
MIT License
1.6k stars 147 forks source link

Feature request: Visualizing training poses along with 3DGS model #297

Open hardikdava opened 1 week ago

hardikdava commented 1 week ago

Hello devs, great work for developing great tool. It would be good to also have an option to upload training camera poses to Supersplat for analysis or debugging purpose. Then camera fly mode will take these cameras to create a trajectory or something similar.

slimbuck commented 1 week ago

Hi @hardikdava,

Which file format of camera poses would you like to import?

We already support cameras.json format, which is generated by the inria tools. See the CAMERA POSES panel on the right. There you can also add the current camera to the list.

Screenshot 2024-11-21 at 09 04 52

We'll be adding support for more formats as users request though, so be sure to let me know which format you prefer.

Thanks!

hardikdava commented 1 week ago

@slimbuck Ideally, it would great to support for nerfstudio format. It is one of the common trainer that community use.

slimbuck commented 1 week ago

I actually have a branch with this code in the works already. I might take another look at it and try get this out in the next week.

hardikdava commented 1 week ago

Thanks for consideration.

hardikdava commented 1 week ago

@slimbuck A camera frame with frustum would be good for final visualization.