Houdini 20.5 Nodes Geometry nodes

ML Example Import geometry node

Import examples from a raw file

On this page

Overview

This node allows you to read back in a set of labeled examples that were previously written out using ML Example Output. The settings for the input contributions and the target contributions should be compatible with those used on ML Example Output and the actual tuple sizes and resolutions of the point attributes and volumes that were sent into this node.

See Machine Learning documentation for more general information.

Parameters

Input File

Specifies the raw input file path.

Number of Inputs

Type

Type of input contribution: either a point attribute or a volume.

Point Attribute

Name of a point float attribute.

Volume Name

The name of a volume.

Volume Resolution

#id inputvolumeresolution# Resolution of the volume.

Tuple Size

Tuple size of the point attribute or volume.

Number of Targets

Type

Type of target contribution: either a point attribute or a volume.

Point Attribute

Name of a point float attribute.

Volume Name

The name a the volume.

Volume Resolution

#id targetvolumeresolution# Resolution of the volume.

Tuple Size

Tuple size of the point attribute or volume.

Outputs

Unlabeled Examples

A geometry consisting of examples, each represented by a packed primitive

Geometry nodes