pipert.contrib.pose_estimation¶
Module Contents¶
Classes¶
Create a simple end-to-end predictor with the given config. |
|
Helper class that provides a standard way to create an ABC using |
|
-
class
pipert.contrib.pose_estimation.DefaultPredictor(cfg)[source]¶ Create a simple end-to-end predictor with the given config. The predictor takes an BGR image, resizes it to the specified resolution, runs the model and produces a dict of predictions.
- Attributes:
- metadata (Metadata): the metadata of the underlying dataset, obtained from
cfg.DATASETS.TEST.
-
class
pipert.contrib.pose_estimation.PoseEstLogic(in_queue, out_queue, *args, **kwargs)[source]¶ Bases:
pipert.core.routine.RoutineHelper class that provides a standard way to create an ABC using inheritance.