Closed JoeLambourne closed 3 years ago
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.
train/reproduce_paper_results.sh
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?
train/reproduce_paper_results.sh
script to set the hyper-parameters