-
Hi Yan,
Thank you for your fantastic work. Your model runs perfectly on my personal desktop.
I am just wondering would you mind if you could publish a Tensorflow-version code for implement? I…
l53ma updated
2 years ago
-
https://github.com/yanx27/GACNet/blob/1dbc79d3e65a3df0686fb139d88bce0a0d4a7be9/model.py#L177
-
Here's the link to the GACNet Paper:
https://pdfs.semanticscholar.org/ce27/04d7913d20f4902508dfc6fdae7dcd85c434.pdf?_ga=2.147234942.850839111.1569957716-446367071.1569957716
-
I plugged the DGCNN model into my semantic segmentation framework in which I use other models like PointNet or PointNet++ without problems. At training time everything is fine and I get pretty good ac…
-
Hi, congratulations on the great work!
I have some ground truth meshes that I need to preprocess to start training. I see two folders in data_preprocessing directory. I am not sure where to start f…
-
作者您好,我最近在尝试对您的PointGnn做一些改动。但是由于我的水平有限,不知道这些改动是否可行,有一些问题想要问您:
1、为什么您选用体素采样这种计算量较大的采样方法,是否有其他方法可以替代,如FPS最远点采样?
2、如果对图顶点的邻点按照该点密度/距离加入权重,是否会对训练结果产生好的影响。比如:顶点为P,邻点A有3个采样点,与P点的距离为5;邻点B有5个采样点,与P点的距离为3,是否…
-
## ❓ Questions & Help
I am tring to implement a graph pooling that is similary to GACNet, I used max_pool_x(),but the parameters cluster vector, I cannot get it efficiently?
I use fps() down samp…
-
point clouds processing is also an important application area for GCN,But I didn't find anything related in the tutorial.Could you please add tutorials and add examples about processing point cloud da…
-
Explore feasibility of adapting a standard SemSeg CRF to present use-case... worth it?
-
v0.5 Release
===
[Enhancement] Distributed GNN training
---
- [ ] Enable distributed computation for all core sampling/randomwalk APIs
- [ ] Distributed graph store design and implementation
- […