cvg / NoPoSplat

No Pose, No Problem: Surprisingly Simple 3D Gaussian Splats from Sparse Unposed Images
MIT License
364 stars 6 forks source link

can i get the pose result? #7

Open smart4654154 opened 1 day ago

smart4654154 commented 1 day ago

you let the network predict the camera poses for all input images while also learning the varying scale factors across different scenes.

so can I get the predicted pose result? thank you. What I mean is, where can the predicted pose be located and output it? I want to generate results similar to colmap matching, such as bin or blender JSON files

botaoye commented 1 day ago

Hi, you can check out our readme on how to estimate camera pose. There is also this method where you can get the camera pose and you can modify it to save the camera pose.