Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
9zelle9 committed Sep 20, 2022
1 parent 821fd26 commit ca36850
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

*.pyc
Binary file modified src/prediction/__pycache__/data_prepro.cpython-38.pyc
Binary file not shown.
Binary file modified src/prediction/__pycache__/model_pred.cpython-38.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions src/prediction/data_prepro.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

vimport glob
import glob
import shutil
import os
import pandas as pd
Expand All @@ -18,7 +18,7 @@
from utils.crop_image import crop_image
from utils.respacing import respacing
from utils.nrrd_reg import nrrd_reg_rigid_ref
from get_data.get_img_dataset import img_dataset
from train_data.get_img_dataset import img_dataset



Expand Down
Binary file modified src/train_data/__pycache__/get_img_dataset.cpython-38.pyc
Binary file not shown.
Binary file modified src/utils/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file modified src/utils/__pycache__/crop_image.cpython-38.pyc
Binary file not shown.
Binary file modified src/utils/__pycache__/nrrd_reg.cpython-38.pyc
Binary file not shown.
Binary file modified src/utils/__pycache__/resize_3d.cpython-38.pyc
Binary file not shown.
Binary file modified src/utils/__pycache__/respacing.cpython-38.pyc
Binary file not shown.

0 comments on commit ca36850

Please sign in to comment.