hht1996ok / GAM

GAM : Gradient Attention Module of Optimization for Point Clouds Analysis (AAAI2023)
MIT License
11 stars 1 forks source link

add GAM module to DGCNN? #1

Open liqingque opened 1 year ago

liqingque commented 1 year ago

Thanks for your great work, how to add GAM module to DGCNN, can you provide further details and code?

hht1996ok commented 1 year ago

Thank you for your attention! We used this version of DGCNN(https://github.com/antao97/dgcnn.pytorch), where you can add the GAM module to the get_grapth_feature function. The implementation of GAM can refer to our open source code.