Answers for "error: opencv(4.5.2) c:\users\runneradmin\appdata\local\temp\pip-req-build-dn5w5exm\opencv\modules\photo\src\calibrate.cpp:72: error: (-215:assertion failed) images.size() == times.total() in function 'cv::calibratedebevecimpl::process'"

3

cv2.error: OpenCV(4.5.3) C:UsersrunneradminAppDataLocalTemppip-req-build-q3d_8t8eopencvmodulesimgprocsrccolor.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'

Try Giving Full Path. 
This seems to be the path issue in windows. 
I changed it to a full path like this and it worked.

filename = "D:SandboxGithubopencv-projectResourcesPhotoscats.jpg"
Posted by: Guest on July-29-2021

Code answers related to "error: opencv(4.5.2) c:\users\runneradmin\appdata\local\temp\pip-req-build-dn5w5exm\opencv\modules\photo\src\calibrate.cpp:72: error: (-215:assertion failed) images.size() == times.total() in function 'cv::calibratedebevecimpl::process'"

Browse Popular Code Answers by Language