Update config.py
Browse files
config.py
CHANGED
@@ -18,7 +18,7 @@ class Config(f.Pipe):
|
|
18 |
YOLO_IMAGE_SIZE = 640,
|
19 |
HEIGHT_EXPAND_RATIO = 0.03,
|
20 |
|
21 |
-
USE_STAMP_DETECTION =
|
22 |
STAMP_DETECTION_CHECKPOINT = 'MedCat/checkpoints:stamp_detection_yolo_v1.pt',
|
23 |
ORIGINAL_STAMP_WEIGHT_PATH = 'https://drive.google.com/file/d/1YHH7pLoZEdyxw2AoLz9G4lrq6uuxweYB/view?usp=sharing',
|
24 |
STAMP_REMOVING_IOU_THRESHOLD = 0.6
|
|
|
18 |
YOLO_IMAGE_SIZE = 640,
|
19 |
HEIGHT_EXPAND_RATIO = 0.03,
|
20 |
|
21 |
+
USE_STAMP_DETECTION = True,
|
22 |
STAMP_DETECTION_CHECKPOINT = 'MedCat/checkpoints:stamp_detection_yolo_v1.pt',
|
23 |
ORIGINAL_STAMP_WEIGHT_PATH = 'https://drive.google.com/file/d/1YHH7pLoZEdyxw2AoLz9G4lrq6uuxweYB/view?usp=sharing',
|
24 |
STAMP_REMOVING_IOU_THRESHOLD = 0.6
|