Update prediction.py
Browse files- prediction.py +4 -0
prediction.py
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from dataloader import CellLoader
|
| 2 |
|
|
|
|
| 3 |
def run_image_prediction(
|
| 4 |
sequence_input,
|
| 5 |
nucleus_image,
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
os.chdir('..')
|
| 3 |
+
base_dir = os.getcwd()
|
| 4 |
from dataloader import CellLoader
|
| 5 |
|
| 6 |
+
|
| 7 |
def run_image_prediction(
|
| 8 |
sequence_input,
|
| 9 |
nucleus_image,
|