KashyapiNagaHarshitha commited on
Commit
b3bef45
·
verified ·
1 Parent(s): 9958962

Update Background_Substraction.py

Browse files
Files changed (1) hide show
  1. Background_Substraction.py +3 -1
Background_Substraction.py CHANGED
@@ -53,7 +53,9 @@ warnings.filterwarnings('ignore', category= UserWarning)
53
 
54
  #set_name = 'Set_A'
55
  #set_name = 'test'
56
- input_path = 'wetransfer_data-zip_2024-05-17_1431'
 
 
57
  base_dir = input_path
58
  set_path = 'test'
59
  selected_metadata_files = ['Slide_B_DD1s1.one_1.tif.csv', 'Slide_B_DD1s1.one_2.tif.csv']
 
53
 
54
  #set_name = 'Set_A'
55
  #set_name = 'test'
56
+ present_dir = os.path.dirname(os.path.realpath(__file__))
57
+
58
+ input_path = os.path.join(present_dir, 'wetransfer_data-zip_2024-05-17_1431')
59
  base_dir = input_path
60
  set_path = 'test'
61
  selected_metadata_files = ['Slide_B_DD1s1.one_1.tif.csv', 'Slide_B_DD1s1.one_2.tif.csv']