CoolFace
Modelpublic

oraphim/segmentation-efficienttam

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
magic_mask_native_parity.json101 linesDownload Raw Back to root
1{
2  "schemaVersion": 1,
3  "model": "EfficientTAM-S-512x512",
4  "onnxRuntimeVersion": "1.24.4",
5  "providersRequested": [
6    "DmlExecutionProvider",
7    "CPUExecutionProvider"
8  ],
9  "encoderProviders": [
10    "DmlExecutionProvider",
11    "CPUExecutionProvider"
12  ],
13  "decoderProviders": [
14    "DmlExecutionProvider",
15    "CPUExecutionProvider"
16  ],
17  "cases": [
18    {
19      "case": "circle_positive_negative",
20      "iou": 0.9999726648989968,
21      "boundaryF1": 1.0,
22      "torchMaskIndex": 0,
23      "nativeMaskIndex": 0,
24      "embeddingMaxAbsError": 0.0003158152103424072,
25      "maskLogitMaxAbsError": 0.006168365478515625,
26      "torchLatencyMs": 512.7213999803644,
27      "nativeLatencyMs": 506.5662999986671
28    },
29    {
30      "case": "product_single_click",
31      "iou": 1.0,
32      "boundaryF1": 1.0,
33      "torchMaskIndex": 3,
34      "nativeMaskIndex": 3,
35      "embeddingMaxAbsError": 0.00028973817825317383,
36      "maskLogitMaxAbsError": 0.004586219787597656,
37      "torchLatencyMs": 710.2097000170033,
38      "nativeLatencyMs": 426.99910001829267
39    },
40    {
41      "case": "hard_edges",
42      "iou": 1.0,
43      "boundaryF1": 1.0,
44      "torchMaskIndex": 3,
45      "nativeMaskIndex": 3,
46      "embeddingMaxAbsError": 0.0002818182110786438,
47      "maskLogitMaxAbsError": 0.0116729736328125,
48      "torchLatencyMs": 698.766199988313,
49      "nativeLatencyMs": 399.6367000218015
50    },
51    {
52      "case": "fine_structure",
53      "iou": 1.0,
54      "boundaryF1": 1.0,
55      "torchMaskIndex": 0,
56      "nativeMaskIndex": 0,
57      "embeddingMaxAbsError": 0.00035850703716278076,
58      "maskLogitMaxAbsError": 0.004903316497802734,
59      "torchLatencyMs": 476.30710000521503,
60      "nativeLatencyMs": 325.8354999998119
61    },
62    {
63      "case": "real_person",
64      "iou": 1.0,
65      "boundaryF1": 1.0,
66      "torchMaskIndex": 0,
67      "nativeMaskIndex": 0,
68      "embeddingMaxAbsError": 0.0005350559949874878,
69      "maskLogitMaxAbsError": 0.007909774780273438,
70      "torchLatencyMs": 645.2276999771129,
71      "nativeLatencyMs": 362.742099998286
72    }
73  ],
74  "fullPredictor": {
75    "iou": 0.9981428132723045,
76    "boundaryF1": 1.0,
77    "predictorArea": 68368,
78    "nativeArea": 68271,
79    "selectedMaskIndex": 2
80  },
81  "summary": {
82    "minimumIoU": 0.9999726648989968,
83    "minimumBoundaryF1": 1.0,
84    "parityPassed": true
85  },
86  "scope": {
87    "covered": [
88      "image encoder",
89      "point prompt decoder",
90      "negative prompts",
91      "mask candidate selection",
92      "DirectML execution"
93    ],
94    "remainingBeforePythonRemoval": [
95      "long-form video propagation corpus",
96      "occlusion recovery corpus",
97      "clean-machine installer validation"
98    ]
99  }
100}
101