LDOUBLEV
|
c620b9394f
|
return None when no boxes found
|
2021-08-03 06:55:21 +00:00 |
Double_V
|
51bd3a6bdf
|
Merge branch 'dygraph' into fix_dyg_bugs
|
2021-08-03 10:21:32 +08:00 |
WenmuZhou
|
fda89b356e
|
fix win encode error
|
2021-08-02 21:16:02 +08:00 |
LDOUBLEV
|
44826b515a
|
cherry-pick 3505
|
2021-08-02 12:18:49 +00:00 |
WenmuZhou
|
eb9e3558c1
|
fix win encode error
|
2021-07-30 13:31:46 +08:00 |
贾晓
|
75aa6f2f10
|
Merge pull request #3372 from WenmuZhou/fx_bug
add /path/to to gen_label doc
|
2021-07-27 16:28:19 +08:00 |
LDOUBLEV
|
3e11efa7c4
|
fix mem leak
|
2021-07-27 02:57:53 +00:00 |
zhoujun
|
07026825ea
|
Merge pull request #3289 from WenmuZhou/fx_pse
fix a bug of train log not save and add filepath check to dataset
|
2021-07-19 17:11:55 +08:00 |
WenmuZhou
|
93181fb4d1
|
add encoding type to file
|
2021-07-19 15:41:55 +08:00 |
WenmuZhou
|
f7a62d945e
|
fix error in load model
|
2021-07-15 16:08:56 +08:00 |
WenmuZhou
|
697719ba3c
|
fix error in load model
|
2021-07-15 16:06:24 +08:00 |
WenmuZhou
|
818ab4edd0
|
add file_patb check to dataset
|
2021-07-12 13:01:46 +08:00 |
zhoujun
|
2062b5097c
|
Merge pull request #3273 from LDOUBLEV/distill
Add det distill
|
2021-07-12 12:21:46 +08:00 |
Double_V
|
d2fce0a87e
|
Update det_metric.py
|
2021-07-09 09:28:15 +08:00 |
LDOUBLEV
|
b8a65d4333
|
fix eval bug
|
2021-07-08 14:32:44 +00:00 |
LDOUBLEV
|
0742f5c521
|
fix metric etc.al
|
2021-07-07 07:54:02 +00:00 |
LDOUBLEV
|
6ce4419819
|
fix bug
|
2021-07-07 02:45:32 +00:00 |
LDOUBLEV
|
185d1e1f92
|
fix bug
|
2021-07-07 01:54:03 +00:00 |
LDOUBLEV
|
a91bbd7432
|
add import to combined_loss
|
2021-07-06 11:50:56 +00:00 |
LDOUBLEV
|
9811a09e93
|
fix combined loss
|
2021-07-06 08:16:01 +00:00 |
LDOUBLEV
|
48898ac357
|
add config
|
2021-07-06 08:13:13 +00:00 |
LDOUBLEV
|
40bf3b1053
|
add DistillationDilaDBLoss loss
|
2021-07-06 08:02:01 +00:00 |
LDOUBLEV
|
a411c825e2
|
add sum loss
|
2021-07-06 07:56:58 +00:00 |
LDOUBLEV
|
80561b154e
|
x as dict
|
2021-07-06 07:55:05 +00:00 |
LDOUBLEV
|
202a0b5b85
|
add det distill combined
|
2021-07-06 07:54:39 +00:00 |
Double_V
|
86d469d025
|
Merge pull request #3232 from bingooo/dygraph
fix bug
|
2021-07-05 10:28:18 +08:00 |
zhoujun
|
605bf8382d
|
fix bug in copy_paste (#3245)
* fix bug in copy_paste
* limit paste img not outside
|
2021-07-04 01:05:28 +08:00 |
littletomatodonkey
|
7608f16397
|
add mv1 enhance backbone (#3228)
* add mv1 enhance backbone
* add knowledge doc
|
2021-07-01 17:52:16 +08:00 |
bingooo
|
61cee7e663
|
fix bug
|
2021-07-01 15:41:02 +08:00 |
bingooo
|
3a2d0f61ee
|
fix bug
|
2021-07-01 15:26:55 +08:00 |
WenmuZhou
|
8f81105770
|
add detail error to dataset
|
2021-06-30 12:13:23 +08:00 |
WenmuZhou
|
5e160a5e96
|
add detail error to dataset
|
2021-06-30 12:13:14 +08:00 |
WenmuZhou
|
ac8c2a8946
|
merge dygraph
|
2021-06-30 10:55:05 +08:00 |
WenmuZhou
|
fdaf1f1577
|
Extraction get_rotate_crop_image
|
2021-06-30 10:45:27 +08:00 |
WenmuZhou
|
4a7f7c7d7b
|
add copy paste
|
2021-06-30 10:41:40 +08:00 |
WenmuZhou
|
d218f8fb46
|
del comment
|
2021-06-30 10:37:43 +08:00 |
WenmuZhou
|
87a858e375
|
add copy paste
|
2021-06-30 10:20:08 +08:00 |
WenmuZhou
|
007223e933
|
add copy paste
|
2021-06-30 10:18:48 +08:00 |
Double_V
|
be181cb3bd
|
add new load dygraph func (#3088)
* add new load dygraph func
* update load_pretrain_params
* update load_dygrah_params
* Update save_load.py
* Update train.py
* Update save_load.py
* return {} when path is None
* return {} when path is None
|
2021-06-28 20:44:06 +08:00 |
Double_V
|
465ef3bffd
|
Merge branch 'dygraph' into bm_dyg
|
2021-06-28 11:05:24 +08:00 |
MissPenguin
|
3f92af453f
|
Merge branch 'dygraph' of https://github.com/MissPenguin/PaddleOCR into dygraph
|
2021-06-22 08:16:32 +00:00 |
MissPenguin
|
79e83a8d6c
|
refine
|
2021-06-22 08:14:07 +00:00 |
MissPenguin
|
053cc43d82
|
refine
|
2021-06-22 04:23:27 +00:00 |
MissPenguin
|
79c0a0604c
|
Merge branch 'dygraph' into dygraph
|
2021-06-22 11:41:41 +08:00 |
MissPenguin
|
c0492e02c7
|
refine
|
2021-06-22 03:32:00 +00:00 |
MissPenguin
|
89496d4ab7
|
refine
|
2021-06-21 12:27:03 +00:00 |
MissPenguin
|
8a4678aa59
|
refine
|
2021-06-21 12:25:41 +00:00 |
MissPenguin
|
16c247ac46
|
refine
|
2021-06-21 12:20:25 +00:00 |
littletomatodonkey
|
0938c44a0a
|
add embedding and fix eval when distillation (#3112)
|
2021-06-17 13:29:49 +08:00 |
MissPenguin
|
7c8b2c8d19
|
add train code for table
|
2021-06-16 08:47:33 +00:00 |