facenet-face-cluster-chinese-whispers-
facenet-face-cluster-chinese-whispers- copied to clipboard
using chinese whispers for face cluster
你好, 我看你原来提过issues, https://github.com/onnx/onnx/issues/2079, add resize op in mxnet 我现在在将retinaface 的pytorch 版本 转mxnet过程中,也碰到了mxnet 没有 resize op 的问题,请问你最后是怎么解决的? 谢谢
How to support new data clustering based on the model which has already converged?
I got this error while testing clustering.py . shuffle(cluster_nodes) File "/usr/lib/python2.7/random.py", line 291, in shuffle x[i], x[j] = x[j], x[i] TypeError: 'NodeView' object does not support item assignment It looks...