FlagArihant2000 / sfm-mvs

Structure from Motion (SfM)
57 stars 13 forks source link

Interruption of operation #2

Open ujnsfq opened 3 years ago

ujnsfq commented 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'

iiHarry commented 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?