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
However, for some checkpoints the script will error on the cv2.solvePnPRansac function.
I got this error on the 11th sequence when trying Dust3r's checkpoint:
This is because there are not enough points for PnP algorithm to perform optimization, which is usually because the confidence threshold for generating the msk is too high.
Hi @Junyi42,
I have been running the following command for a couple different checkpoints:
However, for some checkpoints the script will error on the
cv2.solvePnPRansac
function.I got this error on the 11th sequence when trying Dust3r's checkpoint:
And I got this error on the 15th sequence when trying a checkpoint I trained using just Point Odyssey:
Do you know how to fix this?
Any help would be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered: