HGNN
HGNN copied to clipboard
Baseline enquiry
Hi there,
I would like to know how did you get the performance on GCN for the ModelNet40 and if you can make the code available? Another thing is that how can I generate the Adjacency matrix for ModelNet40 using the function load_feature_construct_H
? is it just by setting K_neigs=[10] to [1]?
Thanks!
again, I have the same problem
GCN's performance is achieved by directly adding the adjacency matrix constructed from MVCNN features and GVCNN features.