Zhongdao / gcn_clustering

Code for CVPR'19 paper Linkage-based Face Clustering via GCN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is this a clustering model or classification model? why the code "self.labels = np.load(label_path)" is in feeder.py

fusionchan opened this issue · comments

请问一下这是分类还是聚类,为何feeder.py中会有一个"self.labels = np.load(label_path)"
这个label从何而来?
where's the labels ?