AutodeskAILab / BRepNet

BRepNet: A topological message passing system for solid models
Other
116 stars 34 forks source link

Add UV-Net features to BRepNet #2

Closed JoeLambourne closed 3 years ago

JoeLambourne commented 3 years ago

Why?

The original BRepNet architecture described in BRepNet: A topological message passing system for solid models used only very simple input features like curve and surface types, face areas, edges lengths and B-Rep data structure flags. A better way to get curve and surface data into a neural network is described in UV-Net: Learning from Boundary Representations. This PR makes use of these preferred input features in BRepNet.

What?