Justin900429 / Facial-Graph-Representation-Learning

PyTorch version for the "Micro-expression Recognition Based on Facial Graph Representation Learning and Facial Action Unit Fusion"
MIT License
58 stars 2 forks source link

about the adjmatrix #7

Open LRca88 opened 1 year ago

LRca88 commented 1 year ago

Hi, can you tell me how did you initailze your adj_matrix without the NPZ file?

HaoPeng1005 commented 1 year ago

嗨,你能告诉我如何在没有 NPZ 文件的情况下启动你的adj_matrix吗?

Have you solved the problem? I wonder if you can communicate with me.

LRca88 commented 1 year ago

Dear Justin,  The adjacency matrix in my work is random initialized,I found the adjacency matrix won't affect a lot when employing the GCN in Micro-expresssion Recognition task. 

 The initial method is in this paper. https://arxiv.org/abs/1904.03582

 You can also contact me with my school email which @.***

Best wishes, Renwei Ba.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年3月23日(星期四) 上午9:55 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Justin900429/Facial-Graph-Representation-Learning] about the adjmatrix (Issue #7)

嗨,你能告诉我如何在没有 NPZ 文件的情况下启动你的adj_matrix吗?

Have you solved the problem? I wonder if you can communicate with me.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

yinlu0221 commented 10 months ago

你好,你们运行结果和原论文接近吗