ZhouYuxuanYX / BlockGCN

This is the official implementation of our CVPR 2024 paper "BlockGCN: Redefine Topology Awareness for Skeleton-Based Action Recognition"
Apache License 2.0
58 stars 8 forks source link

Questions about model parameters #1

Closed ZhangChengShang closed 1 year ago

ZhangChengShang commented 1 year ago

Is the alpha parameter always set to False in BlockGCN.py ?

ZhouYuxuanYX commented 1 year ago

Hi,

Thank you for your interest in our work! If it's set to False by default, then just ignore alpha, some implementations are not adopted in the end.

Best regards, Yuxuan

On Mon, 19 Jun 2023 at 09:44, ZhangChengShang @.***> wrote:

Is the alpha parameter always set to False in BlockGCN.py ?

— Reply to this email directly, view it on GitHub https://github.com/ZhouYuxuanYX/BlockGCN/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKOZHLABL6QGJBJBCH2DFGLXL6VGBANCNFSM6AAAAAAZLIGB4E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ZhangChengShang commented 1 year ago

Hi, Thank you for your interest in our work! If it's set to False by default, then just ignore alpha, some implementations are not adopted in the end. Best regards, Yuxuan On Mon, 19 Jun 2023 at 09:44, ZhangChengShang @.> wrote: Is the alpha parameter always set to False in BlockGCN.py ? — Reply to this email directly, view it on GitHub <#1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKOZHLABL6QGJBJBCH2DFGLXL6VGBANCNFSM6AAAAAAZLIGB4E . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you for your reply! good work!