diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-27 20:49:18 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-27 20:49:18 +0800 |
commit | 2d957eb8e3f739cff055b10983c8e1aa77b8fb04 (patch) | |
tree | b4238efe3e61b451e8e51deea02b1ef786a788ca /config.py | |
parent | 388e3a8b19a898224d4af2bb0728f2119d0f1f2d (diff) |
Change default dataset directory
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ config: Configuration = { # Name of dataset (CASIA-B or FVG) 'name': 'CASIA-B', # Path to dataset root - 'root_dir': 'dataset/output/CASIA-B', + 'root_dir': 'data/CASIA-B-MRCNN/SEG', # The number of subjects for training 'train_size': 74, # Number of sampled frames per sequence (Training only) |