Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Miscellaneous
v2.RandomErasing
v2.Lambda
v2.SanitizeBoundingBoxes
v2.SanitizeKeyPoints
v2.ClampBoundingBoxes
v2.ClampKeyPoints
v2.UniformTemporalSubsample
Expand All @@ -427,6 +428,7 @@ Functionals
v2.functional.normalize
v2.functional.erase
v2.functional.sanitize_bounding_boxes
v2.functional.sanitize_keypoints
v2.functional.clamp_bounding_boxes
v2.functional.clamp_keypoints
v2.functional.uniform_temporal_subsample
Expand Down Expand Up @@ -530,6 +532,7 @@ Developer tools
v2.query_size
v2.query_chw
v2.get_bounding_boxes
v2.get_keypoints


V1 API Reference
Expand Down
Loading