bikz05 / bag-of-words

Python Implementation of Bag of Words for Image Recognition using OpenCV and sklearn
218 stars 105 forks source link

error #12

Open buzzo123 opened 7 years ago

buzzo123 commented 7 years ago

i have this error:

Traceback (most recent call last): File "findFeatures.py", line 35, in fea_det = cv2.FeatureDetector_create("SIFT") AttributeError: 'module' object has no attribute 'FeatureDetector_create'

willard-yuan commented 7 years ago

@buzzo123 see Training Error #9.