Skip to content

Commit 3f8b3e0

Browse files
committed
try letters
Signed-off-by: Chris Abraham <[email protected]>
1 parent 8b220b4 commit 3f8b3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-12-10-torchcodec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ For this reason, we’ve paid particular attention to our decoder’s performanc
6464

6565

6666
1. Decoding and transforming frames from multiple videos at once, inspired by what we have seen in data loading for large-scale training pipelines:
67-
1. Ten threads decode batches of 50 videos in parallel.
68-
2. For each video, decode 10 frames at evenly spaced times.
69-
3. For each frame, resize it to a 256x256 resolution.
67+
a. Ten threads decode batches of 50 videos in parallel.
68+
b. For each video, decode 10 frames at evenly spaced times.
69+
c. For each frame, resize it to a 256x256 resolution.
7070
2. Decoding 10 frames at random locations in a single video.
7171
3. Decoding 10 frames at evenly spaced times of a single video.
7272
4. Decoding the first 100 frames of a single video.

0 commit comments

Comments
 (0)