Dkwda / my_github

Apache License 2.0
0 stars 0 forks source link

Ask questions #1

Open zhangwenkuan opened 6 months ago

zhangwenkuan commented 6 months ago

Could I talk to you about the article 《MAGIC: Manifold and Graph Integrative Convolutional Network for Low-Dose CT Reconstruction》?

Dkwda commented 6 months ago

Could I talk to you about the article 《MAGIC: Manifold and Graph Integrative Convolutional Network for Low-Dose CT Reconstruction》?

yes

zhangwenkuan commented 6 months ago

“import graph_laplacian” Have you configured the package for the.egg file? I've been having trouble setting it up. Thank you.

Dkwda commented 6 months ago

我记得作者好像隐藏了核心代码,所以我后面只学习其思想并没有跑其代码。

zhangwenkuan commented 6 months ago

那你是怎么求的自然图像切分成块的邻接矩阵(图拉普拉斯矩阵)?谢谢

Dkwda commented 6 months ago

这部分代码很简单,github很多公开的GAT GCN 的包 我记得我用的是GATv2,你可以搜一下。 只需要 import就行了

zhangwenkuan commented 6 months ago

好的非常感谢你的回答,我试一下