Closed zhuhu00 closed 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.
main.py
Hey, it's mainly due to that the homography computation takes quite some time. We will try to improve it in the next update.
https://robust-cvd.github.io/robust_cvd_supp.pdf
I see. Thank you very much for your answer, and I look forward to your update.
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.