|
|
@@ -19,8 +19,8 @@ from ...utils.models_download_utils import auto_download_and_get_model_root_path
|
|
|
|
|
|
MFR_MODEL = os.getenv('MINERU_MFR_MODEL', None)
|
|
|
if MFR_MODEL is None:
|
|
|
- # MFR_MODEL = "unimernet_small"
|
|
|
- MFR_MODEL = "pp_formulanet_plus_m"
|
|
|
+ MFR_MODEL = "unimernet_small"
|
|
|
+ # MFR_MODEL = "pp_formulanet_plus_m"
|
|
|
|
|
|
|
|
|
def img_orientation_cls_model_init():
|