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 "calibration.py", line 943, in
calibration(keep_list=None)
File "calibration.py", line 873, in calibration
corners_world, final_cost, corners_image = detection_result[idx].get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
AttributeError: 'module' object has no attribute 'findChessboardCornersSB'
The text was updated successfully, but these errors were encountered:
Traceback(most recent call last):
File "calibration.py", line 943, in
calibration(keep_list=None)
File "calibration.py", line 873, in calibration
corners_world, final_cost, corners_image = detection_result[idx].get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
AttributeError: 'module' object has no attribute 'findChessboardCornersSB'
The text was updated successfully, but these errors were encountered: