C1W1 Ungraded Lab does not work on Macbook M1

Specifically, when running the 5th cell the bounding boxes are not drawn on the output images. Here are the lines of code I’m referring to:

for image_file in image_files:
    detect_and_draw_box(image_file)

1 Like

Hello @Doodads
Are you sure you’ve run all cells including those for installing dependencies? also try restarting your notebook.
If this still fails please let us know

1 Like