Skip to contents

A signed distance field based neural network model for generating 3d shapes

Usage

sdf_net(n_latent = 64, breadth = 512)

Arguments

n_latent

Number of dimensions for the latent space

breadth

Breadth of the multilayer perceptron networks

Examples

if(torch::torch_is_installed()) {
sdf_net()
}