facebookresearch / robust_cvd

Robust Consistent Video Depth Estimation
https://robust-cvd.github.io/
Other
297 stars 24 forks source link

Main program running time is too long... #17

Closed zhuhu00 closed 3 years ago

zhuhu00 commented 3 years ago

I try to run your code on google colab, but the running time for main.py is very long(more than 2 hours even using demo video), the program gets stuck in this position every time. Is this normal? I am not colab pro. image

ionvision commented 3 years ago

Hey, it's mainly due to that the homography computation takes quite some time. We will try to improve it in the next update.

CleanShot 2021-08-09 at 12 06 38@2x

https://robust-cvd.github.io/robust_cvd_supp.pdf

zhuhu00 commented 3 years ago

I see. Thank you very much for your answer, and I look forward to your update.