|
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | 15 | NEWIR_BLOCKLIST = [ |
16 | | - "FasterRCNN-ResNet34-FPN", |
17 | | - "FasterRCNN-ResNet50", |
18 | | - "FasterRCNN-ResNet50-FPN", |
19 | | - "FasterRCNN-ResNet50-vd-FPN", |
20 | | - "FasterRCNN-ResNet50-vd-SSLDv2-FPN", |
21 | | - "FasterRCNN-ResNet101", |
22 | | - "FasterRCNN-ResNet101-FPN", |
23 | | - "FasterRCNN-ResNeXt101-vd-FPN", |
24 | | - "FasterRCNN-Swin-Tiny-FPN", |
25 | | - "Cascade-FasterRCNN-ResNet50-FPN", |
26 | | - "Cascade-FasterRCNN-ResNet50-vd-SSLDv2-FPN", |
27 | | - "PP-YOLOE_plus_SOD-S", |
28 | | - "PP-YOLOE_plus_SOD-L", |
29 | | - "PP-YOLOE_plus_SOD-largesize-L", |
30 | 16 | "PP-YOLOE_seg-S", |
31 | | - "MaskRCNN-ResNet50", |
32 | | - "MaskRCNN-ResNet50-FPN", |
33 | | - "MaskRCNN-ResNet50-vd-FPN", |
34 | | - "MaskRCNN-ResNet101-FPN", |
35 | | - "MaskRCNN-ResNet101-vd-FPN", |
36 | | - "MaskRCNN-ResNeXt101-vd-FPN", |
37 | | - "Cascade-MaskRCNN-ResNet50-vd-SSLDv2-FPN", |
38 | | - "Cascade-MaskRCNN-ResNet50-FPN", |
39 | | - "DLinear_ad", |
40 | 17 | "PatchTST_ad", |
| 18 | + "TimesNet_ad", |
41 | 19 | "Nonstationary_ad", |
| 20 | + "DLinear_ad", |
| 21 | + "LaTeX_OCR_rec", |
42 | 22 | ] |
0 commit comments