Missing Test Data: regression22421.yaml.gz in opencv_extra

While running the OpenCV test suite on the 5.x branch, I encountered a failure in the test case Calib_StereoCalibrate.regression_22421 located in test_cameracalibration.cpp. The failure is due to a missing test archive:

Can't open archive: '/path/to/opencv_extra/testdata/cv/cameracalibration/regression22421.yaml.gz'

I have already verified that OPENCV_TEST_DATA_PATH is set correctly, and my opencv_extra repository is up to date with the latest master branch. However, the file regression22421.yaml.gz is not present in the upstream repo and returns a 404 when accessed via the expected URL:

https://github.com/opencv/opencv_extra/raw/master/testdata/cv/cameracalibration/regression22421.yaml.gz

Could this file be restored or the test be temporarily disabled until it’s available?

opencv_extra/testdata/cv/cameracalibration/regression22421.yaml.gz at 5.x · opencv/opencv_extra be sure your opencv_extra repository is up to date with the latest 5.x branch.

2 Likes

Thanks sir.