yl-1993 / learn-to-cluster

Learning to Cluster Faces (CVPR 2019, CVPR 2020)
MIT License
705 stars 143 forks source link

about use vegcn for unlable feature. #53

Closed Linsongrong closed 4 years ago

Linsongrong commented 4 years ago

@yl-1993 您好,我正在尝试用vegcn的方法来聚类,不过在过程中出现了问题。我是这么做的:1.先提取特征并转存.bin文件 2.在尝试vegcn,先提GCN-V特征,然后用GCN-E细分聚类。但我的feature是没有标签的,所以在运行是出错。这个.meta文件是必须的吗,我改怎么改动。期待您的回复。

yl-1993 commented 4 years ago

@Linsongrong 您好,这个.meta文件不是必须的,可以注释掉config中的label_path。 在gcn_v_datasetgcn_e_dataset中都会处理label_path为None的情况。更多先前的讨论可见https://github.com/yl-1993/learn-to-cluster/issues/9

Linsongrong commented 4 years ago

谢谢回复,问题已解决。

fredia commented 4 years ago

@yl-1993 hi,我注释掉了config中的train_data的label_path,但是在训练的时候报错“AttributeError: 'GCNVDataset' object has no attribute 'labels'”,请问有什么好的解决办法嘛