-
Notifications
You must be signed in to change notification settings - Fork 0
UV-Net: Learning from Boundary Representations #3
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Paper
-
Paper: UV-Net: Learning from Boundary Representations
-
Author: Pradeep Kumar Jayaraman, Aditya Sanghi, Joseph G. Lambourne, Karl D.D. Willis, Thomas Davies, Hooman Shayani, Nigel Morris
-
Link: Paper Link
Representation
-
Link: UV-Net
-
Reviewer : @JadeKim042386
SolidLetters Dataset Example
{'graph': Graph(num_nodes=32, num_edges=206,
ndata_schemes={'x': Scheme(shape=(10, 10, 7), dtype=torch.float32)}
edata_schemes={'x': Scheme(shape=(10, 6), dtype=torch.float32)}), 'filename': 'a_ABeeZee_lower', 'label': tensor([0])}
{'graph': Graph(num_nodes=44, num_edges=250,
ndata_schemes={'x': Scheme(shape=(10, 10, 7), dtype=torch.float32)}
edata_schemes={'x': Scheme(shape=(10, 6), dtype=torch.float32)}), 'filename': 'a_Abhaya Libre Medium_upper', 'label': tensor([0])}
- num_nodes: node 갯수
- num_edges: edge 갯수
- ndata: num_nodes x ndata_schemes의 shape(e.g. 10 x 10 x 7)을 가지는 tensor
- edata: num_edges x edata_schemes의 shape(e.g. 10 x 6)을 가지는 tensor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation