Skip to content

Commit 6a0f4e5

Browse files
author
root
committed
Update the Python version suggestion in README.
1 parent 88ba33f commit 6a0f4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self) -> None:
77
# PATH settings
88
# Make up your file system as: SYS_HOME_DIR/codes/dis/BiRefNet, SYS_HOME_DIR/datasets/dis/xx, SYS_HOME_DIR/weights/xx
99
self.sys_home_dir = [os.path.expanduser('~'), '/mnt/data'][0] # Default, custom
10-
self.data_root_dir = os.path.join(self.sys_home_dir, 'mp/datasets/dis')
10+
self.data_root_dir = os.path.join(self.sys_home_dir, 'datasets/dis')
1111

1212
# TASK settings
1313
self.task = ['DIS5K', 'COD', 'HRSOD', 'General', 'General-2K', 'Matting'][0]

0 commit comments

Comments
 (0)