317 Commits

Author SHA1 Message Date
gaotongxiao
35e5138b5d Cleanup test tmp files in test crnn decoder 2022-07-21 10:51:01 +08:00
liukuikun
dfe93dc7d2 [Transform] ScaleAspectJitter 2022-07-21 10:51:01 +08:00
gaotongxiao
da175b44a4 [Fix] Fix RandomRotate 2022-07-21 10:51:01 +08:00
jiangqing.vendor
50f229d9fe [NRTR] NRTR Encoder 2022-07-21 10:51:01 +08:00
jiangqing.vendor
8614070e36 [NRTR] NRTR Decoder 2022-07-21 10:51:01 +08:00
jiangqing.vendor
d41921f03d [NRTR] NRTR backbone 2022-07-21 10:51:01 +08:00
jiangqing.vendor
25e819f6bf [Fix] Fix TextDetRandomCrop 2022-07-21 10:51:01 +08:00
jiangqing.vendor
b3b1ef146b [Fix] Check transform's unit test and visualize 2022-07-21 10:51:01 +08:00
jiangqing.vendor
d859fcad1c [Update] Add toy dataset in 2.0 form for test 2022-07-21 10:51:00 +08:00
liukuikun
2a852f23b5 [Fix] fix hmean iou 2022-07-21 10:51:00 +08:00
gaotongxiao
b585dbcdd7 Fix score field in DBPostprocessor 2022-07-21 10:51:00 +08:00
gaotongxiao
a4952a6dd6 Fix RandomCrop 2022-07-21 10:51:00 +08:00
liukuikun
38eef984c2 [Refactor]CELoss 2022-07-21 10:51:00 +08:00
liukuikun
f4a8e0f3a9 [Fix] fix metric and ut 2022-07-21 10:51:00 +08:00
gaotongxiao
8396b2014e Refactor FPNC 2022-07-21 10:51:00 +08:00
gaotongxiao
3a9f9e6b61 Handling a corner case in offset_polygon 2022-07-21 10:51:00 +08:00
gaotongxiao
32ef9cc3cf [DBNet] Add DBHead 2022-07-21 10:51:00 +08:00
gaotongxiao
7a66a84b64 [DBNet] Add DBPostProcessor 2022-07-21 10:51:00 +08:00
gaotongxiao
cd3d173b18 [DBNet] Add DBLoss 2022-07-21 10:51:00 +08:00
gaotongxiao
747b2a14dc Refactor ResNet backbone 2022-07-21 10:51:00 +08:00
gaotongxiao
43c50eee82 fix loss 2022-07-21 10:51:00 +08:00
gaotongxiao
1e1da7b395 [DBNet] Add MaskedSmmothL1Loss, MasedBalancedBCELoss and MaskedDiceLoss 2022-07-21 10:50:59 +08:00
gaotongxiao
0f0f68baf1 Fix crop_polygon, Resize and poly2shapely 2022-07-21 10:50:59 +08:00
liukuikun
bbbefaeb31 build LabelData in baseprocessor 2022-07-21 10:50:59 +08:00
liukuikun
7582fdea41 [Refactor] CTCLoss 2022-07-21 10:50:59 +08:00
liukuikun
3aae157aec [Refactor] crnn decoder 2022-07-21 10:50:59 +08:00
jiangqing.vendor
f173cd3543 [Refactor] Refactor WordMetric and CharMetric 2022-07-21 10:50:59 +08:00
liukuikun
4fd048aa24 [Fix] fix base recog loss 2022-07-21 10:50:59 +08:00
liukuikun
fe43259a05 [Refactor] train and test 2022-07-21 10:50:59 +08:00
wangxinyu
ee48713a89 [Refactor] TextDetLocalVisualizer 2022-07-21 10:50:59 +08:00
jiangqing.vendor
c78be99f6b [Refactor] Refactor TextRecogVisualizer 2022-07-21 10:50:59 +08:00
gaotongxiao
7e7a526f37 New Hmean-iou metric 2022-07-21 10:50:59 +08:00
liukuikun
f47f3eff03 fix polygon type 2022-07-21 10:50:58 +08:00
liukuikun
05e31e09bc [Fix] base decoder forget passing dictionary 2022-07-21 10:50:58 +08:00
jiangqing.vendor
4706cc7eca [Refactor] Refactor SquareResizePad 2022-07-21 10:50:58 +08:00
liukuikun
2f4679e908 LoadAnnotations 2022-07-21 10:50:58 +08:00
gaotongxiao
be30df5d50 Rename TextRecog directories 2022-07-21 10:50:58 +08:00
gaotongxiao
f820a50752 Rename TextDet directories 2022-07-21 10:50:58 +08:00
liukuikun
84a61ba816 RescaleToHeight and PadToWidth 2022-07-21 10:50:58 +08:00
liukuikun
a05e3f19c5 [Feature] TextRecogPostprocessor 2022-07-21 10:50:58 +08:00
liukuikun
e8f57d6540 [Feature] PackDet/RecogInput 2022-07-21 10:50:58 +08:00
jiangqing.vendor
5dc791adbb [Refactor] Refactor randomscaling 2022-07-21 10:50:58 +08:00
jiangqing.vendor
d2808e6b84 [refactor] Refactor Crop-Related Operations 2022-07-21 10:50:58 +08:00
gaotongxiao
7b6778c5d8 add torchvisionwrapper 2022-07-21 10:50:58 +08:00
liukuikun
0b5d2df310 [Refactor] BaseDecoder 2022-07-21 10:50:58 +08:00
liukuikun
6cd38a038f [Refactor] base recog loss 2022-07-21 10:50:57 +08:00
wangxinyu
ac4eb34843 [Refactor] RandomCropFlip 2022-07-21 10:50:57 +08:00
gaotongxiao
79186b61ec ImgAug: ignores->ignored 2022-07-21 10:50:57 +08:00
wangxinyu
178030bad6 [Refactor] Refactor transform.RandomRotate 2022-07-21 10:50:57 +08:00
jiangqing.vendor
f29853d9cd [Feature] Add Resize 2022-07-21 10:50:57 +08:00