Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 688 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 688 Bytes

K-means-object-detector

K-means is used in this project to show clustering of colors in an image and then drawing a bounding box around biggest object.

Original image

alt text

Image with detected trash

alt text

Bounding box around highest pixel count of that color

alt text
Notes: For better results in accuracy use a deep learning model or Haars cascade.