migration: github.com/opencv/opencv
This commit is contained in:
		| @@ -32,7 +32,7 @@ def main(): | ||||
|         model = cv2.ml.SVM_load(classifier_fn) | ||||
|     else: | ||||
|         model = cv2.ml.SVM_create() | ||||
|         model.load_(classifier_fn) #Known bug: https://github.com/Itseez/opencv/issues/4969 | ||||
|         model.load_(classifier_fn) #Known bug: https://github.com/opencv/opencv/issues/4969 | ||||
|  | ||||
|     while True: | ||||
|         ret, frame = cap.read() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Alekhin
					Alexander Alekhin