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
./tracker/gmc.py", line 154, in applyFeaures knnMatches = self.matcher.knnMatch(self.prevDescriptors, descriptors, 2) cv2.error: OpenCV(4.8.0) /io/opencv/modules/core/src/batch_distance.cpp:274: error: (-215:Assertion failed) type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type == CV_8U) in function 'batchDistance'
What is the reason ?
The text was updated successfully, but these errors were encountered:
./tracker/gmc.py", line 154, in applyFeaures knnMatches = self.matcher.knnMatch(self.prevDescriptors, descriptors, 2) cv2.error: OpenCV(4.8.0) /io/opencv/modules/core/src/batch_distance.cpp:274: error: (-215:Assertion failed) type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type == CV_8U) in function 'batchDistance'
What is the reason ?
The text was updated successfully, but these errors were encountered: