I m a beginner, using OpenCV to detect objects from the image. I m using Google Colab. Shown in the image, I got proper output with the very first image I have used.
First Output
When I Read the second Image and used detect_common_objects() method I m getting the previous image additionally the labels which I want to predict using some other Image.
Second Output