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)
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)
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