Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
•
2a1769a
1
Parent(s):
d0b6cd3
Dir fix
Browse files- directories.py +1 -1
directories.py
CHANGED
@@ -8,4 +8,4 @@ folder_path = cropped_img_path + "/crops/word"
|
|
8 |
DBSCAN_dir = "/TextRearrange"
|
9 |
recog_dir = "/TextRecognition"
|
10 |
recog_model_dir = "/TextRecognition/best_accuracy_s/best_accuracy_s.pth"
|
11 |
-
txt_file_path = "
|
|
|
8 |
DBSCAN_dir = "/TextRearrange"
|
9 |
recog_dir = "/TextRecognition"
|
10 |
recog_model_dir = "/TextRecognition/best_accuracy_s/best_accuracy_s.pth"
|
11 |
+
txt_file_path = "log_demo_result.txt"
|