nyonyong commited on
Commit
1802185
·
1 Parent(s): 8ee5136

Directory fix

Browse files
Files changed (1) hide show
  1. process.py +1 -0
process.py CHANGED
@@ -21,6 +21,7 @@ def textDetection(im):
21
  #change dir to yolo folder
22
  #yolo_dir = "/HCR/TextDetection/"
23
  subprocess.call('pwd', shell=True)
 
24
  subprocess.call('cd '+ Dir.yolo_dir, shell=True)
25
 
26
  #transfrom ndarray type to PIL type
 
21
  #change dir to yolo folder
22
  #yolo_dir = "/HCR/TextDetection/"
23
  subprocess.call('pwd', shell=True)
24
+ subprocess.call('ls', shell=True)
25
  subprocess.call('cd '+ Dir.yolo_dir, shell=True)
26
 
27
  #transfrom ndarray type to PIL type