hanz245 commited on
Commit
a76eef8
·
verified ·
1 Parent(s): 82a98de

Update template_matcher.py

Browse files
Files changed (1) hide show
  1. template_matcher.py +1 -1
template_matcher.py CHANGED
@@ -66,7 +66,7 @@ _CRNN_DIR = os.path.join(os.path.dirname(__file__), 'CRNN+CTC')
66
  if _CRNN_DIR not in _sys.path:
67
  _sys.path.insert(0, _CRNN_DIR)
68
 
69
- _CRNN_CHECKPOINT = os.path.join(_CRNN_DIR, 'checkpoints', 'best_model_v7.pth')
70
  _crnn_ocr = None
71
  _crnn_decode = None
72
 
 
66
  if _CRNN_DIR not in _sys.path:
67
  _sys.path.insert(0, _CRNN_DIR)
68
 
69
+ _CRNN_CHECKPOINT = os.path.join(_CRNN_DIR, 'checkpoints', 'best_model_v6.pth')
70
  _crnn_ocr = None
71
  _crnn_decode = None
72