Skip to content

Commit 07f1d73

Browse files
committed
Formatting
1 parent 130b7e0 commit 07f1d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder_native_transforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ What the user is asking for, in English:
2525
2. For each decoded frame, I want each frame to pass through the following transforms:
2626
1. Add or remove frames as necessary to ensure a constant 30 frames per second.
2727
2. Resize the frame to 640x480. Use the algorithm that is TorchVision's default.
28-
3. Inside the resized frame, crop the image to 32x32. The x and y coordinates are chosen randomly upon the creation of the Python VideoDecoder object. All decoded frames use the same values for x and y.
28+
3. Inside the resized frame, crop the image to 32x32. The x and y coordinates are chosen randomly upon the creation of the Python `VideoDecoder` object. All decoded frames use the same values for x and y.
2929

3030
These three transforms are instructive, as they force us to consider:
3131

0 commit comments

Comments
 (0)