PruneTruong / DenseMatching

Dense matching library based on PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is the radius R equal to 1 in the confidence estimation?

syqzdy opened this issue · comments

Hi. We used R=1 pixel for simplicity. If i remember correctly, larger theresholds gave similar results for eg Megadepth (@PruneTruong would know more). If you care more about robustness than small errors, a larger radius would be better.

Yes, setting R=3 or R=5 gave similar results so we used R=1 everywhere for simplicity!