PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.54k stars 1.03k forks source link

TypeError: 'collections.OrderedDict' object is not callable #232

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hey @jrosebr1 the imutils package is installed in my PC, but when I run the program I'm getting such error

Traceback (most recent call last): File "eye_blink.py", line 24, in (rstart, rend) = face_utils.FACIAL_LANDMARKS_IDXS("right_eye") TypeError: 'collections.OrderedDict' object is not callable

ghost commented 4 years ago

The issue is resolved...