We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ba33f commit 6a0f4e5Copy full SHA for 6a0f4e5
config.py
@@ -7,7 +7,7 @@ def __init__(self) -> None:
7
# PATH settings
8
# Make up your file system as: SYS_HOME_DIR/codes/dis/BiRefNet, SYS_HOME_DIR/datasets/dis/xx, SYS_HOME_DIR/weights/xx
9
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')
+ self.data_root_dir = os.path.join(self.sys_home_dir, 'datasets/dis')
11
12
# TASK settings
13
self.task = ['DIS5K', 'COD', 'HRSOD', 'General', 'General-2K', 'Matting'][0]
0 commit comments