Skip to content

Commit

Permalink
Add time-based regular sampler (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Oct 10, 2024
1 parent 1e5b5b2 commit e17ac50
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 123 deletions.
6 changes: 5 additions & 1 deletion src/torchcodec/samplers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from ._implem import clips_at_random_indices, clips_at_regular_indices
from ._implem import (
clips_at_random_indices,
clips_at_regular_indices,
clips_at_regular_timestamps,
)
Loading

0 comments on commit e17ac50

Please sign in to comment.