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
While uploading multiple images in Wagtail with feature detection enabled, one of my clients faced this error on each image:
File "/…/python3.5/site-packages/willow/plugins/opencv.py" in detect_features
79. points = cv2.goodFeaturesToTrack(self.image, 20, 0.04, 1.0)
Exception Type: error at /admin/images/multiple/add/
Exception Value: /io/opencv/modules/core/src/matrix.cpp:436: error: (-215) u != 0 in function create
The images themselves are pretty standard, JPGs of less than 1 MB each. They were generated from Adobe Illustrator vector drawings where most of the image is a white background.
The text was updated successfully, but these errors were encountered:
While uploading multiple images in Wagtail with feature detection enabled, one of my clients faced this error on each image:
The images themselves are pretty standard, JPGs of less than 1 MB each. They were generated from Adobe Illustrator vector drawings where most of the image is a white background.
The text was updated successfully, but these errors were encountered: