C4_W3_Assignment_1 missing yolo_eval()

I got an error saying that yolo_eval() is not defined, but I couldn’t find the definition of yolo_eval() anywhere. Thank you for the help.


I have solved the issue by refreshing the workspace.

Its great to know that you solved the problem. But remember, this type of error occurs when you didn’t run the preceding cells before executing the current cell. Every time you open the Notebook, you need to run all the preceding cells. This is because the current cell relies on the objects, functions, arrays, etc. generated by the preceding cells.

Best,
Saif.