facebookresearch / vggsfm

VGGSfM: Visual Geometry Grounded Deep Structure From Motion
Other
910 stars 67 forks source link

Is there a way to make the camera path estimation faster? #58

Open gigasurgeon opened 2 months ago

gigasurgeon commented 2 months ago

I am working with a use case where only camera path is required in a video. I do not want the sparse reconstruction. Is there a way to skip reconstruction to make the pipeline faster?

jytime commented 2 months ago

Hey,

You can accelerate it a lot by setting fine_tracking=False, which should be not necessary for video input