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 want to ask whether the scale factor is optimized in pose optimization.
or is it handled in the initialization part. ( Ps[i] = s * Ps[i] - Rs[i] * TIC[0] - (s * Ps[0] - Rs[0] * TIC[0]); )
After initialization, is the scale factor optimized?
The text was updated successfully, but these errors were encountered:
I want to ask whether the scale factor is optimized in pose optimization.
or is it handled in the initialization part. ( Ps[i] = s * Ps[i] - Rs[i] * TIC[0] - (s * Ps[0] - Rs[0] * TIC[0]); )
After initialization, is the scale factor optimized?
The text was updated successfully, but these errors were encountered: