Spaces:
Runtime error
Runtime error
File size: 483 Bytes
3370ff8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
COLORS = [
[0.000, 0.447, 0.741],
[0.850, 0.325, 0.098],
[0.929, 0.694, 0.125],
[0.494, 0.184, 0.556],
[0.466, 0.674, 0.188],
[0.301, 0.745, 0.933],
[0.351, 0.760, 0.903],
]
MODELS_REPO = {
"DETR-RESENT-50": "polejowska/detr-resnet-50-CD45RB-1000-att",
"DETR-RESENT-101": "polejowska/detr-resnet-101-CD45RB-1000-att",
"YOLOS-TINY": "polejowska/yolos-tiny-CD45RB-1000-att",
}
MODELS_NAMES = ["DETR-RESENT-50", "DETR-RESENT-101", "YOLOS-TINY"] |