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
i noticed that ObVi-SLAM generates a c++ function named ReprojectionresidualWithJacobians012() using symforce but doesn't use it, i wonder why because recently i was accessing if symforce a suitable way for accelerating my code.
Doesn't it run faster?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, thanks for checking out my work! Using the symforce Jacobian caused problems with long-term map extraction and Jacobian matrix rank deficiencies (which relies on the symforce generated Jacobian function). At the time of development, I decided that the observed speed-up did not justify additional time spent debugging these problems, so I switched back to autodifferentiatpion for Jacobian computation. I don't specifically recall problems with the online execution (though that was less my focus given the other problems observed), so the issues I found may not be problems for you. If I return to this investigation, I'll provide additional details / updates here.
Hi,
i noticed that ObVi-SLAM generates a c++ function named ReprojectionresidualWithJacobians012() using symforce but doesn't use it, i wonder why because recently i was accessing if symforce a suitable way for accelerating my code.
Doesn't it run faster?
Thanks.
The text was updated successfully, but these errors were encountered: