HGNN icon indicating copy to clipboard operation
HGNN copied to clipboard

Baseline enquiry

Open amblee0306 opened this issue 4 years ago • 1 comments

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!

amblee0306 avatar Feb 10 '21 09:02 amblee0306

again, I have the same problem

echoisr avatar Apr 05 '21 13:04 echoisr

GCN's performance is achieved by directly adding the adjacency matrix constructed from MVCNN features and GVCNN features.

yifanfeng97 avatar Aug 31 '22 04:08 yifanfeng97