14 Commits

Author SHA1 Message Date
liukuikun
9ac9a227ec
[Improve] support head loss or postprocessor is None for only infer (#1594)
* support head loss or postprocessor is None for only infer

* default to None
2022-12-06 14:02:37 +08:00
Tong Gao
c093c687a7
[Config] Refactor base config (part 3) (#1316)
* [Config] Refactor KIE

* fix ut

* fix edge classes
2022-08-24 17:30:05 +08:00
Tong Gao
1860a3a3b6
[Feature] Use BCEWithLogitsLoss as many as possible for AMP (#1309)
* Use BCEWithLogitsLoss as many as possible for AMP

* fix

* Optimize DBNet

* fix docstr

* Use branch in dbhead, fix missing data_samples in textdethead

* fix
2022-08-23 19:17:27 +08:00
Tong Gao
80d85c129f
[Fix] Rename tests (#1244) 2022-08-01 15:28:27 +08:00
wangxinyu
8c5e83c521 [Tests] rename tests 2022-07-21 10:58:04 +08:00
jiangqing.vendor
dc84187311 [TODO] Replace loss_module with module_loss 2022-07-21 10:57:31 +08:00
gaotongxiao
bf517b63e8 Update outputs of DBHead and split_results in BaseTextDetPostprocessor 2022-07-21 10:57:17 +08:00
gaotongxiao
9470821aa0 [DRRG] DRRG head 2022-07-21 10:55:46 +08:00
liukuikun
b955df9904 [Detector] refactor basedetector 2022-07-21 10:55:44 +08:00
wangxinyu
05990c58d9 [Refactor] PSE Head 2022-07-21 10:51:03 +08:00
Mountchicken
17606c25fc add fce head 2022-07-21 10:51:02 +08:00
liukuikun
b6e031666b [PAN] pan head 2022-07-21 10:51:02 +08:00
wangxinyu
f7731c43bd [TextSnake] TextSnake Head 2022-07-21 10:51:02 +08:00
gaotongxiao
32ef9cc3cf [DBNet] Add DBHead 2022-07-21 10:51:00 +08:00