Update: detector weights

This commit is contained in:
dx-tan 2024-01-02 12:47:06 +07:00
parent c485aac583
commit a3abe705d2

View File

@ -1,7 +1,7 @@
device = "cuda:0" device = "cuda:0"
ocr_engine = { ocr_engine = {
"detector": { "detector": {
"version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/epoch_94_params.pth", "version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/27Dec_washing420_79_epoch_100_params.pth",
"rotator_version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/best_bbox_mAP_epoch_30_lite.pth", "rotator_version": "/workspace/cope2n-ai-fi/weights/models/ocr_engine/sdsvtd/best_bbox_mAP_epoch_30_lite.pth",
"device": device "device": device
}, },