summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-12-27 20:49:18 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-12-27 20:49:18 +0800
commit2d957eb8e3f739cff055b10983c8e1aa77b8fb04 (patch)
treeb4238efe3e61b451e8e51deea02b1ef786a788ca /config.py
parent388e3a8b19a898224d4af2bb0728f2119d0f1f2d (diff)
Change default dataset directory
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 316ec50..634b9f3 100644
--- a/config.py
+++ b/config.py
@@ -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)