duytrq commited on
Commit
f34343b
1 Parent(s): 7eb8ca1

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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 = False,
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