mediapipe_model_maker.gesture_recognizer.ModelOptions

Configurable options for gesture recognizer model.

dropout_rate The fraction of the input units to drop, used in dropout layer.
layer_widths A list of hidden layer widths for the gesture model. Each element in the list will create a new hidden layer with the specified width. The hidden layers are separated with BatchNorm, Dropout, and ReLU. Defaults to an empty list(no hidden layers).

Methods

__eq__

dropout_rate 0.05