summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-03-22 20:51:08 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-03-22 20:51:08 +0800
commit231a14649a8c88463610c69c770b0397992b1210 (patch)
treec860dddac3a8a7e18ed48dff8186c0300dc4cc4d /config.py
parente77d74684a5b77b4b5ce1edac67518fea12bd5c1 (diff)
parent4a4506fde7867df4d4d446c8992621fb0da03939 (diff)
Merge branch 'python3.8' into python3.7
# Conflicts: # utils/configuration.py
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 3884a4c..b9df470 100644
--- a/config.py
+++ b/config.py
@@ -17,6 +17,8 @@ config = {
'root_dir': 'data/CASIA-B-MRCNN-V2/SEG',
# The number of subjects for training
'train_size': 74,
+ # The number of subjects for validating (Part of testing set)
+ 'val_size': 10,
# Number of sampled frames per sequence (Training only)
'num_sampled_frames': 30,
# Truncate clips longer than `truncate_threshold`