Skip to content

Commit

Permalink
feat: Add meta data path in config.py #29
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuni17 committed Nov 23, 2024
1 parent 50935ee commit 25a140b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smp_jh/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Config:
TRAIN_IMAGE_ROOT = "../data/train/DCM"
TRAIN_LABEL_ROOT = "../data/train/outputs_json"
TEST_IMAGE_ROOT = "../data/test/DCM"
META_PATH = "../data/meta_data.xlsx"

# Model
MODEL_ARCHITECTURE = 'UnetPlusPlus' # [Unet, UnetPlusPlus, FPN, PSPNet, DeepLabV3, DeepLabV3Plus, LinkNet, MAnet, PAN, UPerNet]
Expand Down

0 comments on commit 25a140b

Please sign in to comment.