Skip to content

Commit

Permalink
Update src/transformers/models/vitpose/image_processing_vitpose.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sangbum Daniel Choi <34004152+SangbumChoi@users.noreply.github.com>
  • Loading branch information
NielsRogge and SangbumChoi authored Aug 20, 2024
1 parent c19c97a commit f064009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def preprocess(
boxes (`List[List[float]]` or `np.ndarray`):
List or array of bounding boxes for each image. Each box should be a list of 4 floats representing the bounding
box coordinates in COCO format (x, y, w, h).
box coordinates in COCO format (top_left_x, top_left_y, width, height).
do_affine_transform (`bool`, *optional*, defaults to `self.do_affine_transform`):
Whether to apply an affine transformation to the input images.
Expand Down

0 comments on commit f064009

Please sign in to comment.