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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: 'collections.OrderedDict' object is not callable

opened this issue · comments

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

The issue is resolved...