summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.py b/config.py
index 45a9068..2470826 100644
--- a/config.py
+++ b/config.py
@@ -19,6 +19,8 @@ config = {
'train_size': 74,
# Number of sampled frames per sequence (Training only)
'num_sampled_frames': 30,
+ # Truncate clips longer than `truncate_threshold`
+ 'truncate_threshold': 40,
# Discard clips shorter than `discard_threshold`
'discard_threshold': 15,
# Number of input channels of model