/Python-Object-Detetion-with-10-lines-of-Code

A 10 line python script using ImageAI model to detect objects on a given image. (only implementation)

Primary LanguagePython

Python-Object-Detection-with-10-lines-of-Code

  • A python script using ImageAI library to detect objects in a given image. (only implementation)
  • Saves the image locally, if it crosses a minimum probability threshold of 0.3

Demos

Example 1:

Original image Modified image
Test Image 1 Test Image 4

Example 2:

Original image Modified image
Test Image 2 Test Image 3