项目作者: DanielsKraus

项目描述 :
K-means is used in this project to show clustering of colors in an image and then drawing a bounding box around biggest object.
高级语言: Jupyter Notebook
项目地址: git://github.com/DanielsKraus/K-means-object-detector.git
创建时间: 2019-09-15T16:35:17Z
项目社区:https://github.com/DanielsKraus/K-means-object-detector

开源协议:

下载


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.