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.51k stars 1.03k forks source link

AttributeError: module 'imutils.paths' has no attribute 'list_images' #214

Open madeline-blankenship opened 3 years ago

madeline-blankenship commented 3 years ago

I have been working through this tutorial: https://www.pyimagesearch.com/2018/06/25/raspberry-pi-face-recognition/

When I get to the step about creating the facial embeddings I get the following error: AttributeError: module 'imutils.paths' has no attribute 'list_images'

In order to setup opencv on Raspberry Pi 4 I used this tutorial: https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and-raspbian-buster/

I am unsure what this error means and have tried several different work arounds to correct the error, but have had no luck.

Thank you for the help!