Spaces:
Runtime error
Runtime error
File size: 498 Bytes
0e365d4 8ee5136 1e7c769 30c8b41 8ee5136 7e61ba7 |
1 2 3 4 5 6 7 8 9 10 11 |
home_dir = "/home/user/app"
yolo_dir = "/TextDetection"
input_img = "/TextDetection/cookie/user_input.jpg"
detect_model_dir = "/TextDetection/runs/wordDetection/weights/best.pt"
cropped_img_folder_name = "user_output"
cropped_img_path = "/runs/detect/" + cropped_img_folder_name
folder_path = cropped_img_path + "/crops/word"
DBSCAN_dir = "/TextRearrange"
recog_dir = "/TextRecognition"
recog_model_dir = "/TextRecognition/best_accuracy_s/best_accuracy_s.pth"
txt_file_path = "/log_demo_result.txt" |