Skip to content

Commit 65e258e

Browse files
committed
More more list formatting
1 parent 6aea38d commit 65e258e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

decoder_native_transforms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ What the user is asking for, in English:
2323

2424
1. I want to decode frames from the file `"vid.mp4".`
2525
2. For each decoded frame, I want each frame to pass through the following transforms:
26-
a. Add or remove frames as necessary to ensure a constant 30 frames per second.
27-
b. Resize the frame to 640x480. Use the algorithm that is TorchVision's default.
28-
c. 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.
26+
1. Add or remove frames as necessary to ensure a constant 30 frames per second.
27+
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.
2929

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

0 commit comments

Comments
 (0)