Unverified Commit a9ec392c authored by lin-shh's avatar lin-shh Committed by GitHub
Browse files

Fix typo: implictly -> implicitly in isaac.py docstring (#35646)

parent afd089f2
...@@ -551,7 +551,7 @@ def process_vision_for_patches( ...@@ -551,7 +551,7 @@ def process_vision_for_patches(
`(num_images, height, width, channels)` for a batch. Channels are `(num_images, height, width, channels)` for a batch. Channels are
expected to be RGB. expected to be RGB.
patch_size (`int`): patch_size (`int`):
Edge length of square patches; implictly controls resize grid granularity. Edge length of square patches; implicitly controls resize grid granularity.
max_num_patches (`int`): max_num_patches (`int`):
Maximum number of patches allowed after resizing. Maximum number of patches allowed after resizing.
min_num_patches (`int`, *optional*): min_num_patches (`int`, *optional*):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment