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
When there are many pictures in the dataset, the running will be interrupted for a period of time.
The error is as follows:
cv2.error: OpenCV(3.4.2) /io/opencv/modules/calib3d/src/solvepnp.cpp:253: error: (-215:Assertion failed) npoints >= 4 && npoints == std::max(ipoints.checkVector(2, 5), ipoints.checkVector(2, 6)) in function 'solvePnPRansac'
The text was updated successfully, but these errors were encountered:
When there are many pictures in the dataset, the running will be interrupted for a period of time.
The error is as follows:
cv2.error: OpenCV(3.4.2) /io/opencv/modules/calib3d/src/solvepnp.cpp:253: error: (-215:Assertion failed) npoints >= 4 && npoints == std::max(ipoints.checkVector(2, 5), ipoints.checkVector(2, 6)) in function 'solvePnPRansac'
When there are many pictures in the dataset, the running will be interrupted for a period of time.
The error is as follows:
cv2.error: OpenCV(3.4.2) /io/opencv/modules/calib3d/src/solvepnp.cpp:253: error: (-215:Assertion failed) npoints >= 4 && npoints == std::max(ipoints.checkVector(2, 5), ipoints.checkVector(2, 6)) in function 'solvePnPRansac'
The text was updated successfully, but these errors were encountered: