Object and Animal Recognition With Raspberry Pi and OpenCV

Hi Niseem,

That’ll be super easy! In the Python code in the guide, the getObjects function spits out two things, an image, and a list of all the objects it found in an image, each one a smaller list of two elements, the object name, and the model’s confidence that it got it right.

Let me know if this needs more sense added to it!
-James

4 Likes