|
|
@@ -168,7 +168,8 @@ def batch_convert_all_models():
|
|
|
# ("PicoDet_layout_1x", "Layout"),
|
|
|
# ("PP-LCNet_x1_0_doc_ori", "Layout"),
|
|
|
# ("RT-DETR-H_layout_17cls", "Layout"),
|
|
|
- ("PP-DocLayout_plus-L", "Layout"),
|
|
|
+ # ("PP-DocLayout_plus-L", "Layout"),
|
|
|
+ ("RT-DETR-L_wired_table_cell_det", "Table"),
|
|
|
]
|
|
|
|
|
|
base_dir = Path("~/.paddlex/official_models").expanduser()
|