diplomat.wx_gui.labeler_libΒΆ

Provides abstract and utility classes for creating GUI labelers. These allow the user to edit the source confidence maps by clicking and dragging over the video.

Functions

Classes

FloatSpin([minimum, maximum, default, ...])

A setting which displays a spin control for the user to interact with.

PoseLabeler()

A PoseLabeler represents a labeling mode in the UI.

SettingCollection(**values)

Represents a collection of named SettingWidgets.

SettingCollectionWidget(*args, **kwargs)

A widget for displaying the settings of a pose labeler.

SettingWidget()

Represents a setting that can be configured by the user via a wx Control.

Slider(minimum, maximum[, default, style])

A setting which displays a slider for the user to interact with.