unreal.NeuralProfile

class unreal.NeuralProfile(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

This class represents assets that stores the neural network model data and the conversion from/to the model.

Neural network model profile typically consist of a neural network model data and the config of preprocessing/post-processing of applying this neural network model.

C++ Source:

  • Module: Engine

  • File: NeuralProfile.h

Editor Properties: (see get_editor_property/set_editor_property)

  • settings (NeuralProfileStruct): [Read-Write]