bytedance / particle-sfm

ParticleSfM: Exploiting Dense Point Trajectories for Localizing Moving Cameras in the Wild. ECCV 2022.
http://b1ueber2y.me/projects/ParticleSfM/
GNU General Public License v3.0
278 stars 23 forks source link

How long does it take to finish the whole process? #12

Open student-petercai opened 1 year ago

student-petercai commented 1 year ago

I tried to run the example dataset with the command: python run_particlesfm.py --image_dir ./example/snowboard/images --output_dir ./outputs/snowboard/". However, it's already over 30 mins and it's not finished yet. It keeps doing global bundle adjustment. I'm running on a server with 4x 1080 GPUs. Is it normal or there might be something wrong with my setting? Thank you.

Lifedecoder commented 3 months ago

Hi! I met the same problem, I work on one single 3090ti, the mem is increasing very slowly, and after a very long time it haven't finihsed yet, I wonder how long it will take, and is there any possibility to handle multiple inferences.

fangli333 commented 4 weeks ago

Can i know how long will it take?