Merge pull request #4 from dx-tan/dev/update_model

Update: text detection and recognition weight
This commit is contained in:
Đỗ Xuân Tân 2023-12-06 17:30:20 +07:00 committed by GitHub Enterprise
commit 8822fbd596

View File

@ -1,12 +1,12 @@
device = "cuda:0"
ocr_engine = {
"detector": {
"version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/epoch_100_params.pth",
"version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/epoch_68_params.pth",
"rotator_version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/best_bbox_mAP_epoch_30_lite.pth",
"device": device
},
"recognizer": {
"version": "/workspace/cope2n-ai-fi/weights/models/sdsvtr/hub/jxqhbem4to.pth",
"version": "/workspace/cope2n-ai-fi/weights/models/sdsvtr/hub/satrn_lite_general_sbt_imei_20231205_params.pth",
"device": device
},
"deskew": {