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
Traceback (most recent call last): File "D:/Image-Process-master/tests/chapter11/test_mark_sheet.py", line 33, in test_get_mark_sheet r = mark_sheet.get_mark_sheet(self.img) File "D:\Image-Process-master\src\chapter11\mark_sheet.py", line 48, in get_mark_sheet dist = euclidean(centroid, point) File "D:\anaconda\envs\jqxx\lib\site-packages\scipy\spatial\distance.py", line 520, in euclidean return minkowski(u, v, p=2, w=w) File "D:\anaconda\envs\jqxx\lib\site-packages\scipy\spatial\distance.py", line 464, in minkowski v = _validate_vector(v) File "D:\anaconda\envs\jqxx\lib\site-packages\scipy\spatial\distance.py", line 302, in _validate_vector raise ValueError("Input vector should be 1-D.") ValueError: Input vector should be 1-D.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "D:/Image-Process-master/tests/chapter11/test_mark_sheet.py", line 33, in test_get_mark_sheet r = mark_sheet.get_mark_sheet(self.img) File "D:\Image-Process-master\src\chapter11\mark_sheet.py", line 48, in get_mark_sheet dist = euclidean(centroid, point) File "D:\anaconda\envs\jqxx\lib\site-packages\scipy\spatial\distance.py", line 520, in euclidean return minkowski(u, v, p=2, w=w) File "D:\anaconda\envs\jqxx\lib\site-packages\scipy\spatial\distance.py", line 464, in minkowski v = _validate_vector(v) File "D:\anaconda\envs\jqxx\lib\site-packages\scipy\spatial\distance.py", line 302, in _validate_vector raise ValueError("Input vector should be 1-D.") ValueError: Input vector should be 1-D.
The text was updated successfully, but these errors were encountered: