Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LareinaM committed Sep 17, 2023
1 parent 9c2efc8 commit f61640b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmpose/datasets/transforms/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class PackPoseInputs(BaseTransform):
meta_keys (Sequence[str], optional): Meta keys which will be stored in
:obj: `PoseDataSample` as meta info. Defaults to ``('id',
'img_id', 'img_path', 'category_id', 'crowd_index, 'ori_shape',
'img_shape',, 'input_size', 'input_center', 'input_scale', 'flip',
'img_shape', 'input_size', 'input_center', 'input_scale', 'flip',
'flip_direction', 'flip_indices', 'raw_ann_info')``
"""

Expand All @@ -108,6 +108,7 @@ class PackPoseInputs(BaseTransform):
bbox='bboxes',
bbox_score='bbox_scores',
keypoints='keypoints',
keypoints_cam='keypoints_cam',
keypoints_visible='keypoints_visible',
# In CocoMetric, the area of predicted instances will be calculated
# using gt_instances.bbox_scales. To unsure correspondence with
Expand Down

0 comments on commit f61640b

Please sign in to comment.