You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very likely that the evaluation can be sped up when spending some effort on optimizing it. The first step would probably be to profile it, at the minimum a basic check to see whether the accuracy or the completeness evaluation is the slower one for your datasets, to see where the most time could likely be gained.
For the accuracy evaluation, the cell counts in this line and the line below it could be tuned with little effort:
For the completeness evaluation, maybe this data structure could be tuned or exchanged with some kind of volumetric storage for faster access / growing:
Hi,
Thank you for your awesome evaluation project. I'm trying to evaluate the local feature using your repo, but it is a bit slow to run one pass (https://github.com/cvg/pixel-perfect-sfm/blob/main/pixsfm/eval/eth3d/triangulation.py#L28). Is there any method to speed up the evaluation, like tuning some parameters or improving the implementation?
The text was updated successfully, but these errors were encountered: