Emaad commited on
Commit
dacc4bf
1 Parent(s): 2346297

Update prediction.py

Browse files
Files changed (1) hide show
  1. 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,