cvg / pixel-perfect-sfm

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

refine_keypoints_from_db used up 384GB of memory #135

Open xiemeilong opened 4 months ago

xiemeilong commented 4 months ago

When I called the refine_keypoints_from_db function on a dataset of over 9,000 images, my server ran out of memory (384 GB) and had to be restarted. Is this normal behavior for this function?