Closed vivoutlaw closed 5 years ago
Hey Vivek, I was unable to fix this, and I have stopped working on this project though I did have some notes on how to make it faster... but I'm not sure if it works though it may help you
hey Kevin, thanks! I rather used openbr they have the implementation of Rank-Order algo. :) best, Vivek
In case, if I implemented it someday, I'll update you about that! Thanks anyways, again! :)
@vivoutlaw did you end up using my pipeline with the Rank-Order algo? :) if so, could you share the results with me, I'm quite interested
Hi @kevinlu1211, in the end I used the rank-order implementation available in the openbr library https://github.com/biometrics/openbr/blob/c3ea310daaa7959b7be5cc9f127d5fd41728ae69/openbr/core/cluster.h), and for large scale datasets I used Approx. RO available here: https://github.com/gmy001/Clustering
For LFW (with 13233 samples), RO (agressiveness=14) resulted to 1509 clusters with 87.63% acc, and 67.4822 Fscore. Approx RO (Threshold=1.1) resulted to 9920 clusters with 93.18 acc and 88.31 Fscores.
This is great thanks for the references!
Hi Kevin,
I read your post (https://stackoverflow.com/questions/43462035/implementing-an-efficient-graph-data-structure-for-maintaining-cluster-distances) in which you talk about why your rank order distance has computational-speed issues. Were you able to fix it, or the algorithm still suffers from this issue? Thanks and looking forward to your reply.
best, Vivek