nyonyong commited on
Commit
1e7c769
1 Parent(s): c00b2f4

Directory fix

Browse files
Files changed (1) hide show
  1. directories.py +1 -1
directories.py CHANGED
@@ -1,7 +1,7 @@
1
  home_dir = "/home/user/app"
2
  yolo_dir = "/TextDetection"
3
  input_img = "/TextDetection/cookie/user_input.jpg"
4
- detect_model_dir = "/runs/wordDetection/weights/best.pt"
5
  cropped_img_folder_name = "user_output"
6
  cropped_img_path = "/runs/detect/" + cropped_img_folder_name
7
  folder_path = cropped_img_path + "/crops/word"
 
1
  home_dir = "/home/user/app"
2
  yolo_dir = "/TextDetection"
3
  input_img = "/TextDetection/cookie/user_input.jpg"
4
+ detect_model_dir = "/TextDetection/runs/wordDetection/weights/best.pt"
5
  cropped_img_folder_name = "user_output"
6
  cropped_img_path = "/runs/detect/" + cropped_img_folder_name
7
  folder_path = cropped_img_path + "/crops/word"