k means Clustering for images

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

k means Clustering for images

Ashutosh Kumar
I am looking for steps to perform clustering on image repository. Request you to provide me few pointers.

Thanks
Ashutosh
Reply | Threaded
Open this post in threaded view
|

Re: k means Clustering for images

Chiwan Park-2
Hi Ashutosh,

There is a K-means implementation [1] in Flink example and a pending pull request about K-Means [2] in FlinkML (Machine learning library based on Flink). I think you can start from these implementations.

[1]: https://github.com/apache/flink/blob/master/flink-examples/flink-examples-batch/src/main/java/org/apache/flink/examples/java/clustering/KMeans.java
[2]: https://github.com/apache/flink/pull/757

> On Jan 19, 2016, at 7:52 PM, Ashutosh Kumar <[hidden email]> wrote:
>
> I am looking for steps to perform clustering on image repository. Request you to provide me few pointers.
>
> Thanks
> Ashutosh

Regards,
Chiwan Park