eprakash commited on
Commit
b6b19ff
·
verified ·
1 Parent(s): 988413b

Update ct_seg_gradio.py

Browse files
Files changed (1) hide show
  1. ct_seg_gradio.py +1 -0
ct_seg_gradio.py CHANGED
@@ -37,6 +37,7 @@ def load_img(img_path, size=512):
37
 
38
  def find_completed_idxs(save_path=save_path):
39
  files = os.listdir(save_path)
 
40
  incorrect_files = []
41
  if len(files) == 0:
42
  return [-1], []
 
37
 
38
  def find_completed_idxs(save_path=save_path):
39
  files = os.listdir(save_path)
40
+ print("Path: ", os.path.abspath(save_path))
41
  incorrect_files = []
42
  if len(files) == 0:
43
  return [-1], []