Open ujnsfq opened 3 years ago
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'
Why can I only have a maximum of 10 pictures?
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'