Skip to content

Commit

Permalink
fix 3dunet syspath
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzhihanj committed Jul 31, 2020
1 parent 5cd926b commit bf3c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v0.7/medical_imaging/3d-unet/accuracy-brats.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pickle
import sys

sys.path.insert(0, os.path.join(os.getcwd(), "nnUnet"))
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "nnUnet"))

from multiprocessing import Pool
from nnunet.evaluation.region_based_evaluation import evaluate_regions, get_brats_regions
Expand Down

0 comments on commit bf3c0c5

Please sign in to comment.