Yifan Feng

Results 32 comments of Yifan Feng

You can try this function. http://www.open3d.org/docs/0.9.0/tutorial/Basic/file_io.html. Read .off file by open3d and write it in the .obj format. A gentle reminder, you can re-scale and move the center of the...

Hi We have released a toolbox named [DHG](https://github.com/iMoonLab/DeepHypergraph), which provides learning on many correlation structures like simple graph, bipartite graph, and simple hypergraph. The structure transforms like promoting simple graph...

GCN's performance is achieved by directly adding the adjacency matrix constructed from MVCNN features and GVCNN features.

Hi, Only in this case that constructing hypergraph via vertex and its one-hop neighbors, the hypergraph incidence matrix has exactly the same format (every entry and dimension) to graph adjacency...

I will update it as soon as possible. Just after my journal finished. It will be a big version change. Best, Yifan Wanze Xie 于2021年1月20日周三 上午6:01写道: > — > You...

Thanks for your attention. Here, the image segmentation task has been transformed into the image patch classification task. Thus we reshape the MxNxC MRI data into MNxC. The label is...

The reshape operation is necessary for graph/hypergraph convolution. Because the input of graph/hypergraph convolution is always NxC, where N denotes node number and C denotes feature dimension. The action may...

We are back with a new version DHG. Welcome to try!