home_dir = "~" yolo_dir = "/TextDetection" input_img = "/TextDetection/cookie/user_input.jpg" detect_model_dir = "/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"