Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamuditha Udaranga Wickramasinghe committed Dec 23, 2020
1 parent 0f06d34 commit 367c182
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ def load_config(exp_id):
# cfg.data_obj = Hippocampus()


# example
cfg.dataset_path = '/cvlabsrc1/cvlab/datasets_udaranga/datasets/3d/chaos/Train_Sets/CT'
# cfg.dataset_path = '/cvlabsrc1/cvlab/datasets_udaranga/datasets/3d/Task04_Hippocampus'
cfg.data_obj = Chaos()
# cfg.data_obj = Hippocampus()

cfg.save_path = '/cvlabdata2/cvlab/datasets_udaranga/experiments/vmnet/'
assert cfg.save_path != None, "Set cfg.save_path in config.py"
assert cfg.dataset_path != None, "Set cfg.dataset_path in config.py"
assert cfg.data_obj != None, "Set cfg.data_obj in config.py"

'''
************************************************************************************************
Expand Down

0 comments on commit 367c182

Please sign in to comment.