Skip to content

Commit a39d2e9

Browse files
committed
tweak
Signed-off-by: Chris Abraham <[email protected]>
1 parent 3f8b3e0 commit a39d2e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2024-12-10-torchcodec.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ 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-
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.
67+
68+
a. Ten threads decode batches of 50 videos in parallel.
69+
b. For each video, decode 10 frames at evenly spaced times.
70+
c. For each frame, resize it to a 256x256 resolution.
71+
7072
2. Decoding 10 frames at random locations in a single video.
7173
3. Decoding 10 frames at evenly spaced times of a single video.
7274
4. Decoding the first 100 frames of a single video.

0 commit comments

Comments
 (0)