Spaces:
Sleeping
Sleeping
Update working_yolo_pipeline.py
Browse files- working_yolo_pipeline.py +1 -1
working_yolo_pipeline.py
CHANGED
|
@@ -27,7 +27,7 @@ import tempfile # Recommended for robust temporary file handling
|
|
| 27 |
|
| 28 |
# NOTE: Update these paths to match your environment before running!
|
| 29 |
WEIGHTS_PATH = 'YOLO_MATH/yolo_split_data/runs/detect/math_figure_detector_v3/weights/best.pt'
|
| 30 |
-
DEFAULT_LAYOUTLMV3_MODEL_PATH = "
|
| 31 |
|
| 32 |
# DIRECTORY CONFIGURATION
|
| 33 |
# NOTE: These are now used for temporary data extraction/storage
|
|
|
|
| 27 |
|
| 28 |
# NOTE: Update these paths to match your environment before running!
|
| 29 |
WEIGHTS_PATH = 'YOLO_MATH/yolo_split_data/runs/detect/math_figure_detector_v3/weights/best.pt'
|
| 30 |
+
DEFAULT_LAYOUTLMV3_MODEL_PATH = "layoutlmv3_trained_20251118.pth"
|
| 31 |
|
| 32 |
# DIRECTORY CONFIGURATION
|
| 33 |
# NOTE: These are now used for temporary data extraction/storage
|