Zhongdao / gcn_clustering

Code for CVPR'19 paper Linkage-based Face Clustering via GCN
MIT License
360 stars 86 forks source link

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

Open fusionchan opened 4 years ago

fusionchan commented 4 years ago

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