Unverified Commit f01d301e authored by i-aki-y's avatar i-aki-y Committed by GitHub
Browse files

[Docs] Fix a typo in RandomResize docstring (#2829)

parent 9b1209fa
...@@ -1400,7 +1400,7 @@ class RandomResize(BaseTransform): ...@@ -1400,7 +1400,7 @@ class RandomResize(BaseTransform):
target\\_scale[0] \\sim Uniform([ratio\\_range[0], ratio\\_range[1]]) target\\_scale[0] \\sim Uniform([ratio\\_range[0], ratio\\_range[1]])
* scale[0] * scale[0]
.. math:: .. math::
target\\_scale[0] \\sim Uniform([ratio\\_range[0], ratio\\_range[1]]) target\\_scale[1] \\sim Uniform([ratio\\_range[0], ratio\\_range[1]])
* scale[1] * scale[1]
Following the resize order of weight and height in cv2, ``ratio_range[0]`` Following the resize order of weight and height in cv2, ``ratio_range[0]``
......
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