command
pose estimation command-line interface.
Classes
-
class PoseEstimationCommand[source]
Bases: Command
Command-line interface for estimating human poses from videos.
-
static execute(parser, args)[source]
Executes the command.
- Parameters:
-
- Returns:
-
-
static setup(parser)[source]
Sets up the command.
- Parameters:
parser (ArgumentParser) – The argument parser.
- Returns:
-
-
class VisualizationCommand[source]
Bases: Command
Command-line interface for visualizing the poses over the video.
-
static execute(parser, args)[source]
Executes the command.
- Parameters:
-
- Returns:
-
-
static setup(parser)[source]
Sets up the command.
- Parameters:
parser (ArgumentParser) – The argument parser.
- Returns:
-