"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "48ce34da7edd91f0bc88486914851dc0bc8615d6"
Commit 1f2ea493 authored by myhloli's avatar myhloli
Browse files

refactor: change default value of enable_ocr_det_batch to False in BatchAnalyze constructor

parent f2115541
......@@ -14,7 +14,7 @@ MFR_BASE_BATCH_SIZE = 16
class BatchAnalyze:
def __init__(self, model_manager, batch_ratio: int, formula_enable, table_enable, enable_ocr_det_batch: bool = True):
def __init__(self, model_manager, batch_ratio: int, formula_enable, table_enable, enable_ocr_det_batch: bool = False):
self.batch_ratio = batch_ratio
self.formula_enable = formula_enable
self.table_enable = table_enable
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment