From 2d957eb8e3f739cff055b10983c8e1aa77b8fb04 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Sun, 27 Dec 2020 20:49:18 +0800 Subject: Change default dataset directory --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') 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) -- cgit v1.2.3