sdf_net: A signed distance field based neural network model for...

sdf_netR Documentation

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

Description

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

Value

A torch::nn_module()

Examples

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

rdinnager/fibre documentation built on Dec. 14, 2024, 10:33 a.m.