Simple Object Detector

This simple application detects the different objects in an image.

Python Libraries

pip install opencv-python
  • cvlib:
pip install cvlib
  • matplotlib:
pip install matplotlib

How to run the App

Simply execute the code in a Terminal/command prompt using:

python detector.py

Results

Below is the result on my test image.

Check out the code in my GitHub repository.

Credits

Credit to Shape AI, I learned this through their LinkedIn post.

--

--