I want to run this code, but get this error (I currently have 0.4.6 version of imutils package installed)
Error:
Traceback (most recent call last):
File "object_size.py", line 42, in <module>
cnts = imutils.grab_contours(cnts)
AttributeError: module 'imutils' has no attribute 'grab_contours'