Skip to content

Commit be19a6f

Browse files
committed
Remove hard-coded paths
1 parent 3cbbaff commit be19a6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/datasets/medical/check_ircadb.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111

1212
def check_ircadb():
13-
# from util import ROOT
14-
ROOT = "/media/anwai/ANWAI/data"
13+
from util import ROOT
1514

1615
loader = get_ircadb_loader(
1716
path=os.path.join(ROOT, "3d_ircadb"),

0 commit comments

Comments
 (0)