Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
72393f2b
Unverified
Commit
72393f2b
authored
Aug 31, 2021
by
puhuk
Committed by
GitHub
Aug 31, 2021
Browse files
Some typo fixes in transforms.rst (#4337)
parent
0725ccc8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/transforms.rst
docs/source/transforms.rst
+2
-2
No files found.
docs/source/transforms.rst
View file @
72393f2b
...
@@ -24,7 +24,7 @@ number of channels, ``H`` and ``W`` are image height and width. A batch of
...
@@ -24,7 +24,7 @@ number of channels, ``H`` and ``W`` are image height and width. A batch of
Tensor Images is a tensor of ``(B, C, H, W)`` shape, where ``B`` is a number
Tensor Images is a tensor of ``(B, C, H, W)`` shape, where ``B`` is a number
of images in the batch.
of images in the batch.
The expected range of the values of a tensor image is implicit
e
ly defined by
The expected range of the values of a tensor image is implicitly defined by
the tensor dtype. Tensor images with a float dtype are expected to have
the tensor dtype. Tensor images with a float dtype are expected to have
values in ``[0, 1)``. Tensor images with an integer dtype are expected to
values in ``[0, 1)``. Tensor images with an integer dtype are expected to
have values in ``[0, MAX_DTYPE]`` where ``MAX_DTYPE`` is the largest value
have values in ``[0, MAX_DTYPE]`` where ``MAX_DTYPE`` is the largest value
...
@@ -35,7 +35,7 @@ images of a given batch, but they will produce different transformations
...
@@ -35,7 +35,7 @@ images of a given batch, but they will produce different transformations
across calls. For reproducible transformations across calls, you may use
across calls. For reproducible transformations across calls, you may use
:ref:`functional transforms <functional_transforms>`.
:ref:`functional transforms <functional_transforms>`.
The following examples illustate the use of the available transforms:
The following examples illust
r
ate the use of the available transforms:
* :ref:`sphx_glr_auto_examples_plot_transforms.py`
* :ref:`sphx_glr_auto_examples_plot_transforms.py`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment