cvg / pixel-perfect-sfm

Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
Apache License 2.0
1.33k stars 135 forks source link

Inference time on sparse frames #134

Closed jytime closed 8 months ago

jytime commented 8 months ago

Hi Philipp and Paul,

I was hoping to report the speed of PixelSfM in our paper. In our cluster with A100 GPU, when given 25 frames (usually 1200x800), we observed that PixelSfM typically takes between 180 to 210 seconds to complete a reconstruction. To ensure comparing to PixelSfM fairly (and avoiding any inadvertent mistakes), may I ask if these results look reasonable to you?

Best, Jianyuan

Phil26AT commented 8 months ago

Hi Jianyuan, yes this looks reasonable.

jytime commented 8 months ago

Thank you!