hrzhou2 / AdaptConv-master

Adaptive Graph Convolution for Point Cloud Analysis
110 stars 12 forks source link

A bug about 'Pool_layer' #3

Open xhzdx904 opened 3 years ago

xhzdx904 commented 3 years ago

This is an enlightening paper. Thank you for your sharing, which gives me the opportunity to study the paper in depth!

When I ran graph.py, an NameError occurred in line 215 ,pool=Pool_layer(pooling_rate=4,neighbor_num=20).to(device):

NameError: name 'Pool_layer' is not defined.

I want to know how to eliminate this error. Thank you for checking and looking forward to your reply!

Thank you!!

hrzhou2 commented 3 years ago

This is an unused layer which has been removed.

xhzdx904 commented 3 years ago

Thank you for your reply!

I am very interested in your research. I want to know the implementation details of AdaptConv kernel function in the supplementary materials, but unfortunately, I have not found the supplementary materials of this article.

Can you tell me how to get the supplementary materials of this article?Best wishes for you!

xhzdx904 commented 3 years ago

Thank you for your reply!

I am very interested in your research. I want to know the implementation details of AdaptConv kernel function in the supplementary materials, but unfortunately, I have not found the supplementary materials of this article.

Can you tell me how to get the supplementary materials of this article?Best wishes for you!

------------------ 原始邮件 ------------------ 发件人: "hrzhou2/AdaptConv-master" @.>; 发送时间: 2021年9月30日(星期四) 晚上11:35 @.>; @.**@.>; 主题: Re: [hrzhou2/AdaptConv-master] A bug about 'Pool_layer' (#3)

This is an unused layer which has been removed.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

hrzhou2 commented 3 years ago

I think it is also good to just refer to the implementation. The supplemental will be presented in the iccv open access i believe, but i don't know how to get access to it right now.

xhzdx904 commented 3 years ago

Thank you for your reply! I wish you success in your study and happy work!