{
  "_meta": {
    "test": "SAIL-159 / Test 1.1 -- TTA (test-time augmentation)",
    "productQuestion": "Can we find more of the faint/bottom stripes our model misses -- for free, no retraining -- just by running the model a few extra ways on each photo and merging the results?",
    "holdoutFile": "test-holdout-ids-canonical.json",
    "holdoutFrozen": "2026-08-25",
    "nHoldout": 332,
    "nScored": 332,
    "modelPath": "models/sailscan-v26-curvature.pt",
    "frame": "raw file pixels, NOT exif-transposed (verified consistent with labels + prior .958 baseline this session)",
    "passesRun": {
      "base": "imgsz=640 conf=0.1 (matches deployed sidecar)",
      "scale960": "imgsz=960 conf=0.1",
      "scale1280": "imgsz=1280 conf=0.1",
      "bottomcrop": "bottom-third crop, 2x upscale, imgsz=960 conf=0.1, inverse-transformed back to raw pixel frame",
      "lowconf": "imgsz=640 conf=0.03 (below deployed 0.10 floor)"
    },
    "excluded": "horizontal flip (flips apparent tack, per task instruction). Ultralytics augment=True does not support pose models -- each pass above is a manual predict + inverse-transform instead.",
    "fusionMethod": "Custom polyline clustering (WBF is boxes-only, does not apply to open polylines): pool candidates from all 5 passes, sort by confidence desc, each candidate joins the nearest existing cluster if symmetric mean point-to-polyline distance (normalized by image diagonal) <= 0.005, else starts a new cluster. Cluster representative = founding (highest-confidence) member; cluster confidence = that member's confidence.",
    "scoringMethod": "Matching/scoring ported verbatim from label_audit_v26.py / gate0_ablation_scoreboard.mjs (greedy nearest-height polyline matching, point-to-polyline distance normalized by diag). 'raw' = candidates scored directly. 'rules' = candidates passed through the real production filterStripes() (server/pipeline/stripeFilters.js) first -- this is the stage the task's .958 baseline figure (gate0-ablation-scoreboard.json summary.rules.meanRecall) refers to.",
    "newFpDefinition": "Sum over all 332 photos of max(0, ttaRules.nUnmatchedModel - baselineRules.nUnmatchedModel) -- i.e. rules-stage model stripes with no matching label stripe, counted only when TTA has MORE of them than baseline for that photo. This is the cost side of the ledger.",
    "recoveredStripeDefinition": "Sum over all 332 photos of max(0, ttaMatched - baselineMatched) label stripes matched at the rules stage. lostStripeCount is the reverse (baselineMatched > ttaMatched) -- reported explicitly, not assumed zero, because an earlier fusion-distance threshold (0.02 normalized) was too loose and wrongly merged distinct adjacent real stripes on close-packed sails, making TTA look like a net recall LOSS. Recalibrated this session: measured same-physical-stripe distance across TTA passes (~0.002-0.003 normalized) vs the tightest real adjacent-label-stripe gap across all 332 photos (762 gaps, minimum 0.0077, 1st percentile 0.0096) and set FUSE_DIST_THRESH_NORM=0.005, safely between the two. After recalibration, lostStripeCount=0 on every one of the 332 photos.",
    "newFpBucketing": "newFpBuckets is computed over ALL TTA-rules unmatched stripes across all 332 photos (duplicateOfLabeledStripe + farFromAnyLabel = total TTA-rules unmatched stripes, larger than newFpCount below because newFpCount only counts the DELTA beyond baseline's own unmatched count per photo -- some unmatched TTA stripes existed in baseline too). Each unmatched stripe's distance to the NEAREST label polyline (matched or not), normalized by diag. duplicateOfLabeledStripe = within 0.01 (a real stripe, double-detected by a different TTA pass than the one filterStripes already kept -- not a hallucination, but also not a new find; a production fusion would need a final matched-stripe dedupe pass, which this test intentionally does not add so the measured precision cost is conservative/honest). farFromAnyLabel = the stripe is not sitting on any labeled stripe -- eyeballed sample (sail159-tta-fp-gallery/, sail159-tta-new-fp-samples.json) found both real cases (a genuinely visible bottom draft stripe with NO human label at all -- direct bad-labels evidence, test 0.2's territory) and true junk (a collapsed/degenerate squiggle near the head).",
    "passContribution": "Per TTA pass: photosWithDetections (of 332), totalDetections (raw stripe candidates before fusion), clustersFounded (how many fused output clusters that pass supplied the founding/highest-confidence member for -- i.e. which passes actually drove the merged result vs contributed nothing).",
    "localVsDeployedBaselineCaveat": "This script's baselineRules recall (summary.baselineRules.meanRecall) is LOCAL CPU inference on the same .pt file via Ultralytics, run in this session -- NOT the deployed Railway sidecar. It is close to but not identical to gate0-ablation-scoreboard.json's summary.rules.meanRecall=0.9575 (deployed sidecar over HTTP). Compare TTA against THIS file's own baselineRules number (same model file, same code path, same run) for an apples-to-apples read; cite 0.9575 only as the separately-known deployed-sidecar reference point. One further stage difference: this script's filterStripes() calls have no boomLine (gate0-ablation-scoreboard.json's rules stage used the sidecar's detected boom line) -- a minor stage difference, not rerun for this test."
  },
  "summary": {
    "baselineRaw": {
      "n": 332,
      "meanRecall": 0.9956325301204819,
      "meanPrecision": 0.886545449196052,
      "meanDistNorm": 0.0079192314310619
    },
    "baselineRules": {
      "n": 332,
      "meanRecall": 0.9484939759036144,
      "meanPrecision": 0.9811746987951807,
      "meanDistNorm": 0.0102100833496238
    },
    "ttaRaw": {
      "n": 332,
      "meanRecall": 0.9993975903614458,
      "meanPrecision": 0.6070429501892016,
      "meanDistNorm": 0.005920461219846591
    },
    "ttaRules": {
      "n": 332,
      "meanRecall": 0.980471887550201,
      "meanPrecision": 0.8998565691336778,
      "meanDistNorm": 0.008671888856604953
    }
  },
  "recoveredStripeCount": 35,
  "lostStripeCount": 0,
  "newFpCount": 132,
  "newFpBuckets": {
    "duplicateOfLabeledStripe": 66,
    "farFromAnyLabel": 91
  },
  "passContribution": {
    "base": {
      "photosWithDetections": 332,
      "totalDetections": 1291,
      "clustersFounded": 369
    },
    "scale960": {
      "photosWithDetections": 332,
      "totalDetections": 1286,
      "clustersFounded": 898
    },
    "scale1280": {
      "photosWithDetections": 332,
      "totalDetections": 1832,
      "clustersFounded": 752
    },
    "bottomcrop": {
      "photosWithDetections": 62,
      "totalDetections": 112,
      "clustersFounded": 95
    },
    "lowconf": {
      "photosWithDetections": 332,
      "totalDetections": 1539,
      "clustersFounded": 138
    }
  },
  "perPhoto": [
    {
      "id": "0236f5a7-9533-4c32-8304-0682421de226",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014928059825874479,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014928059825874461,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0030569083021298273,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.003056908302129828,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "050d4686-1302-489a-add5-a8eae2972140",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 12,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.006132689398617742,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          2,
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0066032008004080905,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.25,
        "meanDistNorm": 0.00200406877261074,
        "nLabel": 3,
        "nModel": 12,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0020040687726107414,
        "nModel": 7
      },
      "newFpDelta": 2
    },
    {
      "id": "052f1898-16db-400b-9365-54468834a80d",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0012149460072397578,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001214946007239758,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.002742428553226216,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027424285532262165,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "0f6e6446-8fb8-455d-bfbe-de26f09eefd2",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002420248845098659,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002420248845098658,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0018789140947199179,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001878914094719917,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "113271a7-6855-4665-a2ad-e0536328066c",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002376222300506997,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002376222300506997,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.001644205801460392,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016442058014603863,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "13f2a53e-ccbb-473f-b5a6-8a49e84f7426",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017449930356181348,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017449930356181354,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.002019797279760488,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020197972797604906,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "1471afa4-7389-4ea5-9e61-50d01b8f921a",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002527300550592181,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025273005505921813,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.0023232473446100654,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002323247344610062,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "28fff923-fad0-4a45-a71e-b8616c1081ed",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019219656619470953,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019219656619470953,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017146361313904307,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017146361313904353,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "2f9ff5ea-dcca-4b96-8e2c-124a2d8e1403",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.002070920202180797,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002171034630259646,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.36363636363636365,
        "meanDistNorm": 0.002444261372219669,
        "nLabel": 4,
        "nModel": 11,
        "unmatchedModelIdx": [
          1,
          2,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.002464297591970698,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "3393ed66-2f9e-43b1-91cf-a96d30b1904d",
      "nLabelStripes": 4,
      "nBaselineRaw": 13,
      "nTtaFused": 43,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.3076923076923077,
        "meanDistNorm": 0.013829539625891455,
        "nLabel": 4,
        "nModel": 13,
        "unmatchedModelIdx": [
          0,
          3,
          4,
          5,
          6,
          9,
          10,
          11,
          12
        ]
      },
      "baselineRules": {
        "recall": 0.5,
        "precision": 1,
        "meanDistNorm": 0.059543008234612574,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.09302325581395349,
        "meanDistNorm": 0.013924246440463186,
        "nLabel": 4,
        "nModel": 43,
        "unmatchedModelIdx": [
          1,
          2,
          3,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19,
          20,
          22,
          23,
          24,
          25,
          26,
          27,
          28,
          29,
          30,
          31,
          32,
          33,
          34,
          35,
          36,
          37,
          38,
          39,
          40,
          41,
          42
        ]
      },
      "ttaRules": {
        "recall": 0.5,
        "precision": 1,
        "meanDistNorm": 0.059543008234612574,
        "nModel": 2
      },
      "newFpDelta": 0
    },
    {
      "id": "3a951997-0e8f-4988-a03b-629c32423f0d",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016244608367145341,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.01650333985114048,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0005940107242988785,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0005940107242988788,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "4529715b-88c6-462c-b31e-875dc150c9f8",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001668475224200191,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016684752242001884,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.0016763734312346518,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0016763734312346531,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "564c75e1-f65c-4a8b-ae98-ec19a0fc951d",
      "nLabelStripes": 4,
      "nBaselineRaw": 10,
      "nTtaFused": 36,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.4,
        "meanDistNorm": 0.011485519334934361,
        "nLabel": 4,
        "nModel": 10,
        "unmatchedModelIdx": [
          1,
          3,
          6,
          7,
          8,
          9
        ]
      },
      "baselineRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.1111111111111111,
        "meanDistNorm": 0.010214960892880546,
        "nLabel": 4,
        "nModel": 36,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19,
          20,
          21,
          22,
          23,
          24,
          25,
          26,
          27,
          28,
          29,
          30,
          31,
          32,
          33,
          34,
          35
        ]
      },
      "ttaRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "newFpDelta": 0
    },
    {
      "id": "56e036ce-5c31-4aa6-8140-9c255f0e1060",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.001810833065626487,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018108330656264858,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.001186938893142122,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011869388931421204,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "5e214a18-26bc-452b-9c87-5e783eaf0188",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008422135830661231,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008422135830661204,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010363131042249387,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001036313104224939,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "618f2d8b-6489-48fc-b168-ec657df98db3",
      "nLabelStripes": 5,
      "nBaselineRaw": 6,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8333333333333334,
        "meanDistNorm": 0.005418694156065877,
        "nLabel": 5,
        "nModel": 6,
        "unmatchedModelIdx": [
          1
        ]
      },
      "baselineRules": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.0033498772206757904,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.38461538461538464,
        "meanDistNorm": 0.004885577683069496,
        "nLabel": 5,
        "nModel": 13,
        "unmatchedModelIdx": [
          3,
          4,
          6,
          7,
          8,
          9,
          10,
          11
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.007354290185437681,
        "nModel": 5
      },
      "newFpDelta": 0
    },
    {
      "id": "658ba7e5-61b1-47c1-a292-d130b6469e52",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 15,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.06728615997278278,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.003863804456724834,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.26666666666666666,
        "meanDistNorm": 0.003790651995011626,
        "nLabel": 4,
        "nModel": 15,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          9,
          10,
          11,
          12,
          13,
          14
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.005856750455273744,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "6bd96ae9-cf40-4164-aeed-eca33fb39d31",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0013044393731229988,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013044393731229983,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012417589505456872,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012417589505456864,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6cb1b894-a716-4a8b-b43d-3eec1868df7e",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002382918004443245,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023829180044432443,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015577330377232093,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015577330377232075,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "73065657-0305-4c2a-878c-cdd061343c31",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0014580901488955116,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014580901488955016,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0013739105878192292,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013739105878192218,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "788356aa-7d0d-4523-a062-b6727b213788",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.002216686689060971,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          0
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0032746139082480393,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.4,
        "meanDistNorm": 0.001883107770724928,
        "nLabel": 4,
        "nModel": 10,
        "unmatchedModelIdx": [
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001883107770724929,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "903b76d3-792f-4f39-ae12-83c1058606db",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010805993998609618,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010805993998609649,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0013193770523623257,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001319377052362326,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "9ff8f32e-3267-4ce1-837b-834b7e7250ef",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002237904833955292,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002237904833955289,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0021811780435676033,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0030795807732626017,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "a633a49b-144d-4bda-bf46-ace03a838b73",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015052566769444622,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015052566769444622,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001473046253430028,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014730462534300309,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "ab5eabe9-8d95-439f-af29-c8239f9cfa58",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 12,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.005903064780993258,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          2,
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.006444787701918757,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.25,
        "meanDistNorm": 0.0019158672683654973,
        "nLabel": 3,
        "nModel": 12,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.001915867268365499,
        "nModel": 7
      },
      "newFpDelta": 2
    },
    {
      "id": "b89aa759-62ff-4fd0-85fb-9483fa7651e0",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.003235684595752148,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003235684595752145,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0022943927481970435,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022943927481970435,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "c6dd23db-fa58-4572-9142-cdd293dc0097",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001507571642303327,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001507571642303326,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.002438176514002182,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.002438176514002181,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "d075a28b-1ca0-4751-a8c5-94f70cbd1b29",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001392885884294032,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013928858842940295,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0010295675239172808,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001029567523917283,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "d0ee29d7-6549-476b-a7e1-865bb284b9b5",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012257268345975706,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012257268345975743,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0007190261512023843,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0007190261512023856,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "d8807b94-6b3d-45a8-8e58-6e6233506880",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0027385227858915447,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027385227858915434,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0023894363028262836,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0034375376848155173,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "f234ddf1-6c71-4739-a668-a910242f1225",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011798892487719797,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011798892487719713,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011535849945486227,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011535849945486154,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "faea1f97-5d33-4e44-b3b0-d46e90b0164a",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017838609626709666,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001783860962670962,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0010476374500549186,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010476374500549175,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "06e7b1a7-e320-4916-baba-51fcfbe4dc2e",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003202003182949236,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.002200817070097746,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0032270384390769374,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.007463109485882227,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "0ac738e0-20e8-490f-8c1c-568387bed433",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.001779016963150327,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001779016963150325,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.001388661524810228,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          0,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021596926518153573,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "0c4dc084-8f67-4d4c-bac3-b2f99d353a1a",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002606766057149165,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026067660571491708,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0025637368810917465,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004290012424077261,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "0f9bc259-fb8a-432a-9893-53d345fc6ef3",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002992868254669347,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.001002949049095707,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0030693445020356833,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003873874019401615,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "1153ea94-b235-4d64-a13c-5833d6dcedc7",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001699869726747437,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016998697267474408,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0015461113116837291,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001546111311683726,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "1a2cdec6-9fc0-4483-9380-67cfa8462c7f",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.005646173353467479,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.005646173353467478,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.005003199246577855,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          2,
          3,
          4,
          5,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.005428121093429185,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "20544afd-699a-4dc4-9a39-607d10ed4964",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0028991365817228262,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          0
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0029031915296857023,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.003524356803587536,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0035243568035875365,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "21a7c795-74a1-4c5a-8004-c0963d4315ea",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002561717574252794,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025617175742527914,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.00261859736431923,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.03660669956276273,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "29d1cbf5-cb92-4419-bd71-18f55c107883",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012915079582117924,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012915079582117924,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.001353491566420263,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0013534915664202638,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "2d4768fe-d369-4f93-8b4d-418d8ca262eb",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0035407719887792254,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0035407719887792307,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0029897177609418766,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0035196579737288222,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "2fa51ba9-e843-4ffb-ba6a-02fca2002a95",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001414688553692509,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014146885536925093,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009319690245415948,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009319690245415948,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "2fc51b49-44ea-48a8-b85e-d326e77f2f15",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.004961861467891089,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.003316993923659621,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0059575901508502165,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.013395376932596325,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "301a8bbf-f797-47c6-ae7c-ea73ac1abd7f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027131130208863656,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027131130208863734,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0028666691484885765,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0028666691484885765,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "32356073-be91-4888-a7d1-396a289523c2",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017439984876091031,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001743998487609101,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015233638515713722,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015233638515713664,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "3492db3a-0e88-4e47-96c8-4894109ce33d",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002106739581854689,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021067395818546854,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0019904041392069423,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002013014413091071,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "3797a0a1-f76a-435b-8e82-5a31dce962e9",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0020799598163114444,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020799598163114426,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002630490262181127,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0026304902621811298,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "3a57b31f-9804-4d14-9fc9-a40b945b9b71",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026280997954831963,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026280997954831963,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0012156894142341457,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002426390258062362,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "4488765b-e64c-4480-9ce1-d65c87d96758",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002879733993314189,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028797339933141902,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002398179357912517,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027009817949767666,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "44e0c409-2ffd-4535-98c6-697beecb292b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002568548521228056,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002568548521228056,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028738921621624543,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002873892162162456,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "45ac5c40-de3c-48a7-a2e4-4d2e35ffa295",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.005257451303322863,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.005257451303322866,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.23076923076923078,
        "meanDistNorm": 0.003292850934364684,
        "nLabel": 3,
        "nModel": 13,
        "unmatchedModelIdx": [
          2,
          3,
          4,
          5,
          7,
          8,
          9,
          10,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.005359547262143449,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "45bc65b1-8b0b-44e1-81f5-ea9ccdc0191e",
      "nLabelStripes": 1,
      "nBaselineRaw": 7,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.14285714285714285,
        "meanDistNorm": 0.002373702601945097,
        "nLabel": 1,
        "nModel": 7,
        "unmatchedModelIdx": [
          0,
          1,
          2,
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.25,
        "meanDistNorm": 0.005675403155150908,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.1111111111111111,
        "meanDistNorm": 0.0019925160902115034,
        "nLabel": 1,
        "nModel": 9,
        "unmatchedModelIdx": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.16666666666666666,
        "meanDistNorm": 0.0019925160902115034,
        "nModel": 6
      },
      "newFpDelta": 2
    },
    {
      "id": "4a8f14d5-3584-485a-aa07-c643343a8beb",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003595312131120463,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003595312131120465,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0033843995647264056,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0033843995647264064,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "4e47d077-9bc5-43ce-8b0b-cde6ed300f01",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0029543838764877414,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          1
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031881972037528703,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0020114633492038666,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002011463349203869,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "4e94f98a-2af5-4e28-a15b-42b120ea8ee3",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 16,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0032397954738122643,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.0016896258479363463,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.1875,
        "meanDistNorm": 0.0034552846718698287,
        "nLabel": 3,
        "nModel": 16,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15
        ]
      },
      "ttaRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.002012859645022695,
        "nModel": 2
      },
      "newFpDelta": 0
    },
    {
      "id": "4f89c3eb-2fa9-4fd9-91ab-5ae254b0d590",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002165432366821708,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021654323668217124,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018729021653070964,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001872902165307096,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "522f3e04-0242-482d-965d-dcd3aa7e02d7",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018180756928966105,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018180756928966064,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.001751829070657982,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          2,
          3,
          4,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002915054892320777,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "59448c98-a593-415c-b14a-194e16ba9867",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031189110026524675,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031189110026524683,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0020217449790897804,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0020217449790897834,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "5f0ae07e-73f3-47a4-86ec-a72d9ce1bfe1",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002272788328134964,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022727883281349645,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0028280138940822426,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004338021453828911,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "61632de3-8dc9-403b-a2e5-d9ec128769c3",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0026022056089225333,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0026022056089225337,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0028306122145849307,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          3,
          4,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0028306122145849324,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69f197dc-937e-4e10-90d7-a7e8297771ba",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.003996325433108727,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0039963254331087375,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.002544514280758505,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002544514280758505,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6ca1ca46-85eb-4cde-881d-7813579f26e2",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002475655042264145,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002475655042264145,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.002224696597685413,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022246965976854102,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6e03a539-4d62-4013-9696-8c870c37ee82",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001885739902259559,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018857399022595607,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0016662879326868336,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025733528036062264,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "738977f5-dd9a-49f4-b429-398ab52004c2",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013907132551397004,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001390713255139701,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.00135533596679914,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0013553359667991358,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "7941f55c-ad72-435f-9ad3-6a2acf59200a",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008262180568633759,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008262180568633759,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0017006674208571526,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017006674208571526,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "87014297-3f1f-42a9-bf6e-0169c71cea19",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023337725452099727,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023337725452099722,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.002055128969213264,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022380726105095208,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "8bf18e82-de53-4d5c-9e00-1bde8a9db542",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0037311716974015694,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003731171697401572,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.003779635927121608,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0037796359271216103,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "92039d09-963a-4742-9712-c5b9da566573",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001775598587546909,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001775598587546904,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0019442353338658723,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019442353338658682,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "9a9bf03c-3ca7-4657-95df-27854f96ca1e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015070912296317126,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015070912296317098,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001099791783544663,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010997917835446607,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "9e30bb60-8334-427b-8684-1cee34fd503d",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001872934595948834,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018729345959488351,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.001700426336563343,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0017004263365633394,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "a0f2eee1-713c-4174-af1c-4d64b9d5bb3d",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018190116236554274,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027137779091042,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.23076923076923078,
        "meanDistNorm": 0.0021354978143690827,
        "nLabel": 3,
        "nModel": 13,
        "unmatchedModelIdx": [
          2,
          3,
          4,
          5,
          6,
          8,
          9,
          10,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0030722105255834285,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "a2847414-d0c8-43a7-83da-e7b536405472",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010952700004160662,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001095270000416062,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0011002649517953345,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.001100264951795331,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "a9b92597-14ce-45ab-9251-f7d5cb6f8421",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0012062065196191897,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012062065196191897,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0016658780084071421,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016658780084071432,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "ab991462-f3bc-431c-8584-699323446de2",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 17,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.003312330460613234,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003312330460613237,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.17647058823529413,
        "meanDistNorm": 0.0021965930253448245,
        "nLabel": 3,
        "nModel": 17,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002196593025344819,
        "nModel": 6
      },
      "newFpDelta": 3
    },
    {
      "id": "aca6ec8c-447a-4547-b138-073278021c9e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003935811283995207,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003935811283995209,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0027773391722272765,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          2,
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027773391722272795,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "af0c653f-0f3f-4e26-9988-525482d42090",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0019580154903329817,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019580154903329834,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015160355873153827,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015160355873153838,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "af1e9079-c8fc-4cbe-97c4-93ba82a577ec",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024567279557017804,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024567279557017787,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0023827840974881415,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023827840974881467,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "b3f742e3-91bf-40fd-acc1-a199b2f53354",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.003988811478112686,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003988811478112686,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0027080649966398913,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002708064996639893,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "b9d3bf65-eec2-489c-9ac7-77f8ca19bd59",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020983388800221102,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020983388800221068,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014089437655487261,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014089437655487157,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "bbd5d738-666f-4665-a7ec-25f78f1c4326",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016428177476430713,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016428177476430713,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013035642958405909,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013035642958405909,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "c0fbf08c-26a7-45ce-a0d3-6111b3112923",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022765823865756995,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022765823865757017,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.001642970432286355,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0016429704322863598,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "c388b7a0-b4df-407a-95d9-541041a22dc4",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0029370051078484983,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0029370051078485004,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.002999544669700789,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          1,
          3,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.004596703771851697,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "c9cb5cba-7e8b-4adc-a59b-a98ad03eb169",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0015356609563538606,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001577237317643988,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0014783541417287783,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.001478354141728777,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "d345ecd1-0d6d-4eb8-b739-e028f21c1e3b",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012294036140572664,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012294036140572707,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001272258475012986,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012722584750129847,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "de4a34c7-7b67-44f4-a524-711585625c51",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004285908498348234,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0042859084983482305,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.003666280588948525,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004676313534481283,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "df0a26c0-22e2-4a62-830b-6a982d131409",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002141946981307655,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021419469813076576,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019040744486601296,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019040744486601296,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "e27c97c2-2dfd-4ef3-be71-3be10a9a19ec",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 20,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00741923971951685,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 0.3333333333333333,
        "precision": 1,
        "meanDistNorm": 0.05450532211177815,
        "nModel": 1
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.15,
        "meanDistNorm": 0.00741923971951685,
        "nLabel": 3,
        "nModel": 20,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.03879812418849359,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "e741918b-cf86-425e-b61b-36dfeb18a792",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002023698841463246,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00202369884146325,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0028638299652981383,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028638299652981396,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "f1753171-8e94-4ad0-9d43-baeabaa8aa29",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 14,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.007123004547042344,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.007123004547042338,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.21428571428571427,
        "meanDistNorm": 0.003458340453461812,
        "nLabel": 3,
        "nModel": 14,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.006778732565237329,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "f36c6c53-faba-46e8-aa9d-79b570979424",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001974162874271986,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001974162874271991,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0023994613528009537,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0023994613528009537,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "f8a02b2a-6548-474d-9515-e64a66f9dc1d",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0032688421264993072,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          1
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.002140682328562529,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0033316421728196064,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.007000703602479708,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "fd203e72-4c9f-417d-8920-33247905e968",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001451007864305398,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001451007864305397,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0014454984084949507,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014454984084949468,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "68c082f4c902857299e18632",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002220293268292527,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002220293268292529,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0023760626218063212,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0023760626218063204,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "68ccaf678f1d2c0cda50c1a7",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 18,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.22854478156751598,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "baselineRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.16666666666666666,
        "meanDistNorm": 0.1515902449593486,
        "nLabel": 3,
        "nModel": 18,
        "unmatchedModelIdx": [
          0,
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          9,
          10,
          11,
          12,
          14,
          16,
          17
        ]
      },
      "ttaRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "newFpDelta": 0
    },
    {
      "id": "68d28725ad361b3bb79ce87f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0033278617610537253,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0033278617610537266,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0030793065199840324,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003079306519984022,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "68e52b5f8f3c1a4881969b13",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002770314360351974,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002770314360351977,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00239528494185928,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023952849418592778,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "68fd2c599e3418f5653c0e11",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.08879631287381877,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          1
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.08879631287381877,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.08891944688723667,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          2,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.08891944688723664,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69008e349264e691fd1120da",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.14253278694081659,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.14253278694081659,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0506488163326708,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          0,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.1435844556497606,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69008e849264e691fd1120db",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002021163445101009,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002021163445101013,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0018516324220944243,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          0,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028680273970203025,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69028174ad76bbe1dff9bb72",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019570925873167565,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001957092587316756,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002393082455998767,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          3,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002393082455998767,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6903861dad76bbe1dff9bb7d",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002530555691215189,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          2,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002530555691215188,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0019282427696922424,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0019282427696922398,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69052b265821020fc4dbf746",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001551194429663663,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015511944296636557,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.001551194429663663,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015511944296636557,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "690a914c9631228afbebbb5d",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003082235704152275,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003082235704152272,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002544414809726056,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          0,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00286006610396058,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "691217d9e05a8133399d027e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013254207034276175,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001325420703427611,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012099283669321653,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001209928366932159,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69125950e05a8133399d0281",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0050635449990966115,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.005063544999096615,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.003982376779254536,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003982376779254533,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "691393b3175e29f8940b55d7",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015104642203983027,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015104642203983022,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012514698044901371,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012514698044901393,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6914d3ff106b899d3b58b153",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002573835647122357,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.025794860891096623,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.002653092054385448,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          0,
          3,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.05991812860740931,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69175ca60a4fedb1ea2f0b0b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016737721931282259,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016737721931282274,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019685409779837356,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019685409779837335,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69190a4cf559bc34a5fa12a0",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0023194486877491038,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002319448687749109,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0024637817869140374,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          1,
          3,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0029201860843252763,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6919e87d516ad164fe6348e7",
      "nLabelStripes": 4,
      "nBaselineRaw": 9,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.4444444444444444,
        "meanDistNorm": 0.0016782436309761518,
        "nLabel": 4,
        "nModel": 9,
        "unmatchedModelIdx": [
          0,
          2,
          3,
          4,
          7
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020242320182413953,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016504936212420438,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016504936212420383,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "691ae7a394455ca2e97f02e9",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002495372828165669,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024953728281656745,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.002230533999139897,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002230533999139901,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "691bd503f162dc79d0f70ec7",
      "nLabelStripes": 2,
      "nBaselineRaw": 2,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024106458872680376,
        "nLabel": 2,
        "nModel": 2,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002410645887268036,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.25,
        "meanDistNorm": 0.003486317552310118,
        "nLabel": 2,
        "nModel": 8,
        "unmatchedModelIdx": [
          1,
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003657796368746258,
        "nModel": 2
      },
      "newFpDelta": 0
    },
    {
      "id": "691cde20392664455e0f556b",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.00534382071820979,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.005343820718209789,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0014039615470030694,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0014039615470030793,
        "nModel": 5
      },
      "newFpDelta": 0
    },
    {
      "id": "692ee2dd1b550c3bcb690cfd",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.07570441509585936,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.07570441509585936,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.05021344916631041,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.07574570341380961,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "692ef4248b6a7c66545b2611",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0025988986581263617,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025988986581263617,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018355413482974547,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018355413482974584,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "694ddc15013a47f87840db00",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013598469807910973,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013598469807910964,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0016842910586051375,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0016842910586051375,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "696100cfda378e23c18086cb",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0019107375690268485,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019107375690268467,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015003735139196607,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015003735139196613,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6968e33b6a1a19085f3d48a4",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0036496123596838847,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.053598818388421746,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003020002394287608,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0030200023942876086,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6968f6b86a1a19085f3d48a6",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003768941103480162,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0037689411034801594,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.003367103430778546,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003367103430778543,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "696d8cd8617b89135d257588",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002310678416935581,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00231067841693558,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002396082561501721,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002396082561501721,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "697b3091d54ee272d0b526f3",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011668666469279725,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011668666469279705,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011161859400395861,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011161859400395811,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6983c7303b15d0ca7a335979",
      "nLabelStripes": 4,
      "nBaselineRaw": 7,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.029533839112263954,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          0,
          3,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.03446116758531351,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.02597970609755315,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          0,
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.03501947955048636,
        "nModel": 5
      },
      "newFpDelta": 0
    },
    {
      "id": "6990538743164f13e9cf6e1c",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015572674809423493,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015572674809423467,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017168926937158784,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017168926937158764,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69926efbc11b646e3580731b",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 12,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.006134110766126954,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.006134110766126956,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.25,
        "meanDistNorm": 0.005995790710295788,
        "nLabel": 3,
        "nModel": 12,
        "unmatchedModelIdx": [
          0,
          1,
          4,
          6,
          7,
          8,
          9,
          10,
          11
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.008649612757749383,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "6992cf2fc35b7654e6c33463",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.02554528326899251,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.002200229776001388,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.4444444444444444,
        "meanDistNorm": 0.005098865065680641,
        "nLabel": 4,
        "nModel": 9,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.02388173256916164,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6992e8338c3c8fbaba8cdbb1",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025377274654859853,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025377274654859853,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0034201380302908125,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003420138030290813,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6992ff4da71df4784a49c57d",
      "nLabelStripes": 4,
      "nBaselineRaw": 7,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.0015601586589878906,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          5,
          6
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.001560158658987893,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0014725357051185413,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0014725357051185426,
        "nModel": 5
      },
      "newFpDelta": 0
    },
    {
      "id": "69935b1fdf1675b371e9c291",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026998984859860783,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026998984859860783,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002745612473613072,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0027456124736130786,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6993941e9b4a1c838c866444",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001734976740685309,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017349767406853094,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.23076923076923078,
        "meanDistNorm": 0.0011574336421381062,
        "nLabel": 3,
        "nModel": 13,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0025743133881916767,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "6993969edb7956f74534f476",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018908045922522937,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018908045922522928,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0014006371639519114,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014006371639519114,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6993a0abc95b493d2c1d6d2f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.10200746922874741,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.10200746922874741,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.10006007253022782,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.1032486907090321,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69947bb77b027a715a97c0e3",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001214760317223102,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012147603172231029,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017557322181456037,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017557322181456017,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6994f87966293f7fd25a5147",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023601002681653935,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002360100268165389,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0029787894507253784,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00297878945072538,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69957601443405551b9fa83f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018150165950641956,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001815016595064195,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0015873119214656842,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          2,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026503861165033077,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "699631125940ef60b9951533",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026927112594420585,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026927112594420603,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0034518421626071392,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.00367414636711169,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "699649075940ef60b9951537",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0017932776517924354,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.07386901478480555,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0025855126738413125,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0032852623987964778,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "699715b67e37b6370385b8a3",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014012703889441623,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014012703889441634,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012522527625803137,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012522527625803135,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69976c4797123213ed5fbe2f",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002118512469249545,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002118512469249542,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0016832516383098912,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0016832516383098912,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6998c9b67e37b6370385b8b7",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014046940973974804,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001404694097397482,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014789006123958849,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014789006123958877,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6998e69e7e37b6370385b8ba",
      "nLabelStripes": 4,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0018959039005466618,
        "nLabel": 4,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0018959039005466605,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001290595357752668,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012905953577526694,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6999eea77e37b6370385b8ca",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002309564961118986,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002309564961118983,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002874729009151336,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0043328477023261164,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6999eeea7e37b6370385b8cb",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027299671628102143,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027299671628102113,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.002768284372975391,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0042327915437801065,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "699c7862f3202f4810796f7b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0032133108003486455,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0032133108003486455,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          0,
          3,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 0.3333333333333333,
        "precision": 1,
        "meanDistNorm": 0.022621162456801902,
        "nModel": 1
      },
      "newFpDelta": 0
    },
    {
      "id": "699ecbb1ff472cb527af1182",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.10998399041558021,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.10998399041558021,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.10963395404419185,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.10963395404419185,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69a07b760b6637ada73cb47e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001638440887323053,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001638440887323055,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018587463197691292,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022817540825190745,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69a092ad0e24c1395a8c89a8",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019868624405230584,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019868624405230627,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0021873026152176814,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002187302615217673,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69a14ec50e24c1395a8c89ab",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0009925927239514043,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010030203027307613,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008048569770663489,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008048569770663487,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69a20e5040043e516bbf86eb",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001769485231142897,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001769485231142898,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001856994683292192,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00185699468329219,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69a4c2667974572cf817c9c0",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0029292545326134044,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0037404226650200136,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 0.3333333333333333,
        "precision": 1,
        "meanDistNorm": 0.011070836215046802,
        "nModel": 1
      },
      "newFpDelta": 0
    },
    {
      "id": "69a640eb8d0a3e30f5ad087c",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001793539171348228,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001793539171348227,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0016689980385460271,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          0
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001775873540829359,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69a6dcf38d0a3e30f5ad0882",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0048198351692730354,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004819835169273037,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.005762201887928334,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.009238750374358364,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69a6ddcc8d0a3e30f5ad0883",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003429817948883748,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003429817948883751,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0025805514039416635,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00258055140394166,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69a6de5e8d0a3e30f5ad0884",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001500795897919152,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015007958979191506,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015811489960151559,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          1
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00236254718634378,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69a6df718d0a3e30f5ad0886",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002188294550317934,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002188294550317938,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0020985278179670268,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002098527817967027,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69aa046f7d41986129abd2cf",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023931961551026055,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023931961551026107,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0013101335776871538,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013101335776871546,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69aa44320d7f5ae21e8676c4",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028049712623234354,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028049712623234376,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018184899918006973,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018184899918007025,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69aeb1c431726f412729f849",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.28549523758080125,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4
        ]
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.27718411600899107,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.28774638343170206,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.3113113115613265,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69aef0c431726f412729f854",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025293074123680075,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002529307412368008,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.004293094557616359,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.004293094557616356,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69afc9c7ab578cafd5995ed1",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002462493521356187,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024624935213561835,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.001447327545073874,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014473275450738701,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69b031f8ab578cafd5995ee2",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0021202861450928742,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0021202861450928703,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002000687998467972,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          2,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.00200068799846797,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69b0324cab578cafd5995ee4",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022176706522728487,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022176706522728496,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002466994200585471,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          0,
          4,
          5,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0025339598789786253,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69b3faa3433b9d433574df3a",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001033979626367612,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010339796263676142,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001143193801093475,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011431938010934772,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69b52c09603c3c530c0920bc",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003272391891077279,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.1620863907451099,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.003439384377703866,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.011097666903398008,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69b576177a6aec943ec7d670",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001310828971102207,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013108289711022075,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007346052672600246,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007346052672600265,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69b826db7a6aec943ec7d696",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021214255039852144,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.17587233696310337,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0022397432825930945,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.009200144236026275,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69ba28be79530e500fd3ce40",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017200208801529514,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001720020880152951,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0018814402256355082,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          0,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.001881440225635503,
        "nModel": 6
      },
      "newFpDelta": 2
    },
    {
      "id": "69baaa7b630c918d087bf56f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004552050495718545,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0045520504957185385,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0030388553098774514,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0030388553098774523,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "69babfb8630c918d087bf57c",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003277059796899018,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003277059796899013,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0032746163613933473,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.006541812815375247,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69bac4ee630c918d087bf580",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001642024557910249,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016420245579102512,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0017033910862824934,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001703391086282488,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69bbd2cfc73b02df6f09e863",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002514722616578518,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025147226165785196,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00148653762294494,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001486537622944938,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69bc6709a43e8f768f2b15b0",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013211298182864435,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013211298182864437,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0013349589949006727,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001334958994900673,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69bca9fdd26d710e284a87e7",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.09301777758628747,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          1
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.10945097149516379,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.08127218424459662,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          0,
          1,
          2,
          3,
          4,
          5,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.11013437317299114,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69c0427cbd59eca577b5f40d",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012690350217144835,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012690350217144828,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011262832829925312,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011262832829925314,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69c15764613f65a9f096f90b",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0023219692465448463,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023219692465448454,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007992059364552783,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007992059364552805,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69c28ef7613f65a9f096f916",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028285236074419404,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0028285236074419347,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002139873328965003,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025355026554154574,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69c3735d1e6ec0300e402c11",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016974644472357147,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001697464447235711,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0018892780916250163,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001889278091625011,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69c42249a43e8f768f2b15b7",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0028050864576355835,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002805086457635587,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002449728289311453,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002449728289311445,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69c44d5c8c718d5d543a2010",
      "nLabelStripes": 3,
      "nBaselineRaw": 7,
      "nTtaFused": 37,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.07448853829188444,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          0,
          1,
          2,
          5
        ]
      },
      "baselineRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.08108108108108109,
        "meanDistNorm": 0.05449524554566517,
        "nLabel": 3,
        "nModel": 37,
        "unmatchedModelIdx": [
          0,
          1,
          2,
          3,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19,
          20,
          21,
          22,
          23,
          24,
          25,
          26,
          27,
          28,
          29,
          30,
          31,
          33,
          35,
          36
        ]
      },
      "ttaRules": {
        "recall": 0.3333333333333333,
        "precision": 1,
        "meanDistNorm": 0.14825977306402466,
        "nModel": 1
      },
      "newFpDelta": 0
    },
    {
      "id": "69c44e3cc372597be690b60e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018319047795892392,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018319047795892394,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001797213290710562,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017972132907105602,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69c539d98c718d5d543a2018",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018132505640534318,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018132505640534298,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014080084989000487,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014080084989000487,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69c54916e20e71ab45e706cc",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021583989283790067,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002158398928379003,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002665533071056131,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0026655330710561296,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69c6a1d78c718d5d543a2026",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023601141076518184,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.03466661159305241,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0022101195089680014,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.010214572022208442,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69c7c7ff7055948833352474",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015981292936029423,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015981292936029406,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.001342104109868631,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00134210410986863,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69ca5dde716e6cc995056b62",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001358218480510488,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013582184805104843,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0018759305153490265,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018759305153490278,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69ca73dd9807376e7f0c72ca",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015451797539874183,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015451797539874242,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002050958116371873,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002050958116371873,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69cad463716e6cc995056b71",
      "nLabelStripes": 5,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.0014698509439587013,
        "nLabel": 5,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.0014698509439587035,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.0010645130482456959,
        "nLabel": 5,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.0010645130482456959,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69cad907716e6cc995056b73",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002459789887790059,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002459789887790067,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0014166107797615797,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014166107797615797,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69cbb0ea4d59045bb90ee10a",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0012067633945278846,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012712956398812302,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009902768324665315,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000990276832466533,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69cbba077317e27197a02251",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001380477358932408,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013804773589324098,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002014223071934269,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002014223071934268,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69cd6833ff1309d410514961",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003720664250626459,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003720664250626469,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.001664628494531266,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0016646284945312602,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69ce391168566f65660f0db4",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0025366491374962563,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025366491374962607,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0022734545226997666,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0022734545226997696,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69ce4be768566f65660f0dbd",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012123818069768486,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012123818069768488,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012852750756351808,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012852750756351774,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69ce4d660079da88e9ac9cb1",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015481149656267382,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015481149656267374,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0012885538868828528,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012885538868828493,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69ce4db60079da88e9ac9cb3",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001277516024290171,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012775160242901702,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000971701468758695,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009717014687586946,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69cea47eed067217da126fc4",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.039176828682861105,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0,
        "precision": 1,
        "meanDistNorm": null,
        "nModel": 0
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.03889065470732383,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 0.3333333333333333,
        "precision": 1,
        "meanDistNorm": 0.08687200708277214,
        "nModel": 1
      },
      "newFpDelta": 0
    },
    {
      "id": "69cfbfe32b1792f6c6e98621",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017295862479720725,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017295862479720725,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0017602271075140257,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0017602271075140277,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "69cfc549b214554496b0ad84",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002002256121163328,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002002256121163327,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0019080474867416255,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0023693935016034194,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69d24e2b1a6652d7ab3bce56",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013745062908735932,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013745062908735956,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007297788693106389,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007297788693106389,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69d4d4d750400019df631ad8",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015538097225632468,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001553809722563252,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0014120906438492458,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014120906438492428,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69d6758957225f76ad388b5c",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018256495655654078,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018256495655654082,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015552552040643908,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015552552040643854,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69d7863450400019df631af8",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022528275453565466,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002252827545356545,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.001948965981484949,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019489659814849443,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69d8c28fb4793b96e2e1f51f",
      "nLabelStripes": 5,
      "nBaselineRaw": 6,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8333333333333334,
        "meanDistNorm": 0.0355929563499557,
        "nLabel": 5,
        "nModel": 6,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.03968497616955262,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.7142857142857143,
        "meanDistNorm": 0.035330664529489575,
        "nLabel": 5,
        "nModel": 7,
        "unmatchedModelIdx": [
          2,
          4
        ]
      },
      "ttaRules": {
        "recall": 0.8,
        "precision": 1,
        "meanDistNorm": 0.039517086377999666,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69d934c02824852288c0c80b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002253954776031337,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022539547760313384,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00249024894039117,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024902489403911716,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69d95bd7d52b6bc2d8090bcf",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003268204964925378,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0032682049649253742,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0036537392039359628,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00365373920393596,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69dcb609f75d83e83a537180",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00229402502129223,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002294025021292228,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0012507728018782318,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012507728018782318,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69de3b5a2804888f35c96593",
      "nLabelStripes": 2,
      "nBaselineRaw": 2,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.27208867583699214,
        "nLabel": 2,
        "nModel": 2,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.27208867583699214,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.1203064116197759,
        "nLabel": 2,
        "nModel": 3,
        "unmatchedModelIdx": [
          1
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.2716783789663956,
        "nModel": 2
      },
      "newFpDelta": 0
    },
    {
      "id": "69de4a9b5138a71dd61602be",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 12,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.002642054520806984,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002642054520806983,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0019026847901746048,
        "nLabel": 4,
        "nModel": 12,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          9,
          10,
          11
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0027272105190858436,
        "nModel": 6
      },
      "newFpDelta": 2
    },
    {
      "id": "69df5fa3a80c624be715e7c8",
      "nLabelStripes": 4,
      "nBaselineRaw": 3,
      "nTtaFused": 14,
      "baselineRaw": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.10494708106604712,
        "nLabel": 4,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.10494708106604712,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2857142857142857,
        "meanDistNorm": 0.0016331801025996455,
        "nLabel": 4,
        "nModel": 14,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          13
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0034540509153872996,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69e002847b53779c430930e0",
      "nLabelStripes": 3,
      "nBaselineRaw": 9,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0018997736469095262,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.001899773646909527,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.001982302028404066,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          0,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0038000672843822147,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e00352a80c624be715e7d1",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015696859848082717,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015696859848082759,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0017090089909540063,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017090089909540121,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e22c1513569618c9ace5ce",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0025308453528512433,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025308453528512433,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0026831958521215103,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0026831958521215094,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69e2e331c83d0038b3e3f682",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0035775155422131926,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0035775155422131926,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0022192608199715484,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          0,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.003926938629603843,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69e32023f82b375040537ab1",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021932278747478925,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00219322787474789,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002330299355877403,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0028577032750668383,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69e32980640b479256203db2",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0029417524900326986,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002941752490032696,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002901695070497106,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0029016950704971074,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "69e33feb184d1c160c473d89",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0022223853015435322,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002222385301543533,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018257376099772976,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018257376099772985,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69e363fc184d1c160c473d97",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001320346471876185,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001320346471876186,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011298908896321526,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011298908896321517,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e3782d184d1c160c473dac",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021010653959167617,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002101065395916769,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0017683176604651586,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017683176604651593,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69e60576ad5bd1ced14ea21e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016391198575576333,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016391198575576279,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021958965782270675,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021958965782270653,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69e676b25e24eefa6fe383d0",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007633317635093599,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007633317635093595,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008318946394089838,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008318946394089838,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e6c64b5e24eefa6fe383d3",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019396066813285814,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.1465558630994253,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.002279392752002261,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004428359541511333,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69e7397c5f6b7cba102e98c3",
      "nLabelStripes": 4,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0033540506992664823,
        "nLabel": 4,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.003354050699266474,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019510555217296685,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019510555217296692,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e79f87c95a901d97c33267",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0024011591559642076,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024011591559642046,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.002684030085733165,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002684030085733165,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e8891cb5165b7c70a07056",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018414489129818228,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018414489129818185,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016685162513682197,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016685162513682223,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69e8ed8c286cb0b8e1aa1d0c",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015818534970552197,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015818534970552184,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001028559468280219,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001028559468280215,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69e9db7d500996e6f1b74c95",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017844524264057499,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017844524264057531,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.00176794253263204,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017679425326320444,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69eaeb47755c1b22c56f805b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017022654534677433,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017022654534677468,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.002541269522282728,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0025412695222827284,
        "nModel": 6
      },
      "newFpDelta": 3
    },
    {
      "id": "69eb76a5682508091671880b",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0015127204523141273,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001512720452314129,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009642952779642056,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009642952779642056,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69eb85cf6825080916718813",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015942831840049753,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015942831840049722,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011537727498235912,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011537727498235901,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69eca3e6682508091671882c",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021022798379517686,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002102279837951775,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.00177544924278898,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001775449242788981,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69edd1506825080916718848",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018523883739174395,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018523883739174371,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001872591059261858,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018725910592618533,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69efc5e7da2ec1d5327248a7",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00362314747471785,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00362314747471785,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002510898107853232,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002510898107853232,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69f0915b270a835330087b89",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010669447915091878,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010669447915091898,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009377489039261121,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000937748903926113,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69f09238270a835330087b8c",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.033669040584645496,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          2
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.03408981107159422,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.03402472779230324,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.03402472779230324,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69f0a5fe270a835330087b97",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021094854812179612,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002109485481217961,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002400950587797851,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024009505877978523,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69f0bf1c270a835330087b9d",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024751590097042125,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002475159009704212,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.001672754219354579,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0016727542193545825,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69f0c1c4270a835330087ba3",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0013734595506211709,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017150688830880607,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014512291107706566,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014512291107706592,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69f32c92ea23d5ac8b29167b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031899895603460116,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031899895603460086,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.001375674126576767,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002382362738911716,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69f37dc11c24feac644bdb63",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002134141015434156,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.032874971589012286,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002024558807229231,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          0,
          3,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.18898668807212204,
        "nModel": 2
      },
      "newFpDelta": 0
    },
    {
      "id": "69f5be50ea23d5ac8b2916c9",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0008429091580067532,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          2
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000917095029792267,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015044886654081036,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015044886654081034,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69f5dd55ea23d5ac8b2916cf",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018800903221421362,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018800903221421414,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0010896596182843577,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0010896596182843586,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69f7ac92ea23d5ac8b291702",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014647330306994616,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014647330306994625,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017221529470300397,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001722152947030037,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69f8c879ea23d5ac8b291712",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00382492734264417,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          0
        ]
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.16238015141595186,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.004106697440504731,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          1,
          2,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.01411337033763588,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69f9bbd23771dfeb487e18aa",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0014429903817499655,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014429903817499692,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.0013408603299554032,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0022462913531434677,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "69fb43f41a52e27ff879271b",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002753178613227928,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002753178613227928,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0014998476417429085,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0014998476417429076,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "69fb469b814ff18a4dc8452a",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027142684427045403,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027142684427045403,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0020670363582772624,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0027142684427045403,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69fbb0408c5ea70616cc22df",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0032181575896882727,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003218157589688273,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0031712923133227627,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          0,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0042017078919079865,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69fbb113f3170197ba0edb0d",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003798457188862859,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003798457188862857,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0014642934799323024,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001464293479932303,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "69fbcd82f3170197ba0edb1d",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002005572738820134,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002005572738820134,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0014789139284548765,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014789139284548784,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69fc5f03423270442082c659",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0013416606717864823,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013416606717864823,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008462077010797832,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000846207701079784,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69fc867c423270442082c665",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013115086599664067,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013115086599664058,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008048862061639297,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008048862061639291,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "69fed1094d1999159279f574",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.002878317309428097,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.002878317309428102,
        "nModel": 5
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0024527830494376333,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0024527830494376337,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0200d4360b9cbb803c7454",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017391601360800004,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017391601360800025,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.23076923076923078,
        "meanDistNorm": 0.0011500421893573403,
        "nLabel": 3,
        "nModel": 13,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0011500421893573434,
        "nModel": 6
      },
      "newFpDelta": 3
    },
    {
      "id": "6a0212bbc25c519bbc28eb21",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.001503701311959614,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015037013119596186,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.23076923076923078,
        "meanDistNorm": 0.0015381703213028074,
        "nLabel": 3,
        "nModel": 13,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0015381703213028085,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "6a041bd3065edc0805862206",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015493666826836517,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015493666826836541,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00164281500423559,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016428150042355945,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a046751065edc080586220d",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0025169141941314417,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025169141941314374,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002053089253210514,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020530892532105126,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a04851b065edc080586220e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031708619195081125,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031708619195081104,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002920336076074051,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0029203360760740537,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a04bedf065edc0805862212",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021999285163983033,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.002561963692890657,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0023940555115420322,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002394055511542033,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a059799c87debb05f3b5740",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002509318735954216,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025093187359542146,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002530403268202134,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002530403268202135,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a0b0cd2f1700585b2a2ea61",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.001534778967144967,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015347789671449643,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002125456320624096,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002125456320624096,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0c0839707878e84c12fcbc",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012715358825869903,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001271535882586987,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009383372492422065,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009383372492422048,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0c393a482a96f4c6a5353c",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018195702899413357,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018195702899413304,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.00163296906426528,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          3,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002767582744645801,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0c3a3b482a96f4c6a5353e",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012789312350503887,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012789312350503903,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.002119021951576358,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0021190219515763616,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "6a0c4f07482a96f4c6a53544",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0012555530262894417,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          2
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014165721102313339,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0027316338285869766,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0027316338285869723,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "6a0d90806a75200cf346f67b",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.002253161840741959,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00225316184074196,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002036702354446753,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002036702354446755,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0d9a07455d55d696170a40",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015317274615337993,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001531727461533802,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012736709457539061,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001273670945753907,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0de5a73b400ea38567eec5",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003050590454705227,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003050590454705221,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0029051144378300854,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002905114437830083,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0eb5043b400ea38567eed5",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.020500515850912813,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          0,
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.04013213126482397,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.019789836846268415,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          0,
          2,
          3,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.04360778023794587,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a0ecec23b400ea38567eed9",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007075146080907622,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0007075146080907622,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008940187687435296,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008940187687435296,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0ee9663b400ea38567eee0",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001884109191481992,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001884109191481991,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001363430980173142,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013634309801731405,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0ef80d3b400ea38567eee8",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.001598740531732481,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017195989143738983,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001379129325719546,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013791293257195444,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a0f616c767c25e620e22b70",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000864417744992589,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0008644177449925878,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010460460160855805,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0010460460160855829,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a1496a6b36f6d2f691fa561",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.003042611931406673,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0030426119314066725,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.36363636363636365,
        "meanDistNorm": 0.0028592531213797157,
        "nLabel": 4,
        "nModel": 11,
        "unmatchedModelIdx": [
          1,
          2,
          5,
          6,
          7,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.003978306384250437,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "6a14bd01b36f6d2f691fa564",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0021317869739278087,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021836133256783754,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0024742892488368844,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          4,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003434494170918142,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a1647569a21ee619753e2db",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003423513457323674,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0034235134573236754,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003328815882057763,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0033288158820577608,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a164be69a21ee619753e2dd",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014366207253717193,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014366207253717195,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016507271588290886,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016507271588290867,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a1fcd55e849390a314cd87a",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018870909444160895,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018870909444160895,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018002147488806245,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018002147488806214,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a215f5d1c6c18f03a87191c",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001637165698686758,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016371656986867613,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0019783244273102636,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          2,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019783244273102636,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a2839a8814eb7b517af9a21",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015190873794613529,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015190873794613507,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016103333900026708,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016103333900026713,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a2871c7814eb7b517af9a28",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0011980176797249025,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001198017679724902,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001492338722257648,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018917036990250442,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a29875b814eb7b517af9a32",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002774217953235784,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002774217953235788,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.002262452564925769,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002262452564925767,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a2d2381c65f974d71457880",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0009999084407855802,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          2,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0009999084407855783,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001233123422894463,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001233123422894463,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a2eb270f5355b2271b8bba5",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009536169750716146,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009536169750716152,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.001495255381946544,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0015125951255918636,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "6a2f8f89f5355b2271b8bbb4",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0008913635257646581,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0008913635257646541,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3333333333333333,
        "meanDistNorm": 0.0011730031194037427,
        "nLabel": 3,
        "nModel": 9,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0011730031194037427,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a317f17f75617ef2dfe7c03",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 12,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.00916574494719627,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00916574494719627,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.25,
        "meanDistNorm": 0.007241063665672581,
        "nLabel": 3,
        "nModel": 12,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.007241063665672583,
        "nModel": 7
      },
      "newFpDelta": 3
    },
    {
      "id": "6a32daa2392db47b7c309b0f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001905470317683962,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019054703176839586,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017092196422250547,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017092196422250473,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3959a31e0d3d21a914cdb1",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002702792083263531,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002702792083263532,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025884842503674597,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002588484250367458,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a395a181e0d3d21a914cdb2",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017380179715820669,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017380179715820669,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002296202555481053,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002296202555481053,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a395d5e1e0d3d21a914cdb3",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003136993181606432,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0031369931816064337,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.002464513951361535,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0024645139513615414,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a3a7c2a1f2499a7cd5f8ab6",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014227093608117048,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014227093608117026,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002666560431346857,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          1,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0038887747322122247,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3a90bc1f2499a7cd5f8ab9",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00252997179684461,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002529971796844614,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0030669321482407696,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0030669321482407696,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3a910b1f2499a7cd5f8abc",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002431441932482328,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.002654111995254109,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0014723897746284369,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014723897746284373,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3b0ea8581e1c8afc44aa88",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.001531782149108113,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015317821491081128,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0013222387834499491,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013222387834499513,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3b1c981f0bccc861cfad32",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011304986497877993,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011304986497878134,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019185626813994676,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019185626813994676,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3ebb765c3042c774c29ebf",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0011204780583144172,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001120478058314418,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0011303599764143364,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011303599764143362,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a3ef5f55c3042c774c29ec3",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017765171749310105,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017765171749310092,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0018377253410301077,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0018377253410301062,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a414d8fc425fdfed0e5f5a1",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018379989864644693,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.1373018457066305,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.2727272727272727,
        "meanDistNorm": 0.0014643461864820488,
        "nLabel": 3,
        "nModel": 11,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.007963378398523487,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a47ccc7bc4f89de67313e7e",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002838008277668633,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0028380082776686324,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002219809609238321,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          1,
          3,
          4,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002837948383609359,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "6a4b9bf2003f1b536f1ce683",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002009991188564836,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002009991188564839,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002308077698446291,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0023080776984462903,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "6a4ba4ac003f1b536f1ce689",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015226131900323238,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015226131900323281,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014218790789283782,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014218790789283797,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "6a4e9ec4c92b93d3597eea36",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016703406997081117,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016703406997081076,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0017556058769907402,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          2
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0019596771645373767,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a4f5a0dfd28b881fbb9460e",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.002004947357341523,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020049473573415214,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.000801213105834113,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0008012131058341155,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "f236953f-3a7b-4992-a0cf-4d678c86996f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004177527090255573,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004177527090255575,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.002794195586259442,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          1,
          2,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00396100809326834,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "e6a993c5-1a78-4b10-a9a1-e83c9040862f",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012753732549579061,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012753732549579061,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5714285714285714,
        "meanDistNorm": 0.0011743949902313234,
        "nLabel": 4,
        "nModel": 7,
        "unmatchedModelIdx": [
          4,
          5,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0011743949902313234,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "e6c4c2f3-2930-4917-a0a1-66f059a362f5",
      "nLabelStripes": 3,
      "nBaselineRaw": 6,
      "nTtaFused": 16,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.005597088482543412,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.005790570537804696,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.1875,
        "meanDistNorm": 0.0032420884371182554,
        "nLabel": 3,
        "nModel": 16,
        "unmatchedModelIdx": [
          2,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0032420884371182554,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "d735ea7e-a579-4892-9154-bf793d498cdf",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014799185084916576,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.6666666666666666,
        "precision": 1,
        "meanDistNorm": 0.031034646037341466,
        "nModel": 2
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0013789934623328357,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0013789934623328326,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "c7f7b7d4-5c5d-4a33-a7d9-09b76501329a",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015009317163126442,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001500931716312648,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016381960127234366,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001638196012723435,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "c7dfbc8d-82de-4a9a-8ebf-12e0501be4d7",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0014405282509548742,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001440528250954876,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012826973083697368,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0012826973083697349,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "c721b1b7-5d73-4a04-b496-c6a6c9025c4e",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 20,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.00741923971951685,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 0.3333333333333333,
        "precision": 1,
        "meanDistNorm": 0.05450532211177815,
        "nModel": 1
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.15,
        "meanDistNorm": 0.00741923971951685,
        "nLabel": 3,
        "nModel": 20,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.03879812418849359,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "c28257a4-0807-49c5-88dd-66800bfe00b9",
      "nLabelStripes": 4,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0032019880165793583,
        "nLabel": 4,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0032019880165793583,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0024906804782653664,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          3,
          4,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.01892864696744148,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "bf4e72c9-d056-478e-a50c-a855c2ad3b16",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020924728269988984,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0020924728269988957,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0016699058150744979,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          1,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004126016042585118,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "ba09fbf3-15b2-4bc9-a93d-3bdcf5eaaed9",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.05383443885482916,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.001897467048044582,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.0017333412680811797,
        "nLabel": 4,
        "nModel": 8,
        "unmatchedModelIdx": [
          0,
          4,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.003894581176823456,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "b8ed394e-4236-4286-8782-0f3f9348faf8",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0016442153504455696,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018588258244176437,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.001658482081394629,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018695909628542924,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "ae91de04-53a0-4e0c-8dc1-645c0240b3f2",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0016497614002498782,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017326368647482037,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0013823342773707093,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016962265630695763,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "9ad0a1f4-ee77-40f9-a507-25c29984c824",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.005234405567183757,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.005534633482607168,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3076923076923077,
        "meanDistNorm": 0.0035655850956937993,
        "nLabel": 4,
        "nModel": 13,
        "unmatchedModelIdx": [
          1,
          2,
          5,
          6,
          7,
          8,
          10,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.004618085385273045,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "942e6d80-b25a-4319-97cd-21697da435c9",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002007666154736198,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0020076661547362,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002462355741025973,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          0,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0027043382728869983,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "8d273919-7221-4ffa-954a-de00f8ad6672",
      "nLabelStripes": 4,
      "nBaselineRaw": 5,
      "nTtaFused": 13,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.00530710220566597,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0023360560342487705,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3076923076923077,
        "meanDistNorm": 0.003186707500342393,
        "nLabel": 4,
        "nModel": 13,
        "unmatchedModelIdx": [
          1,
          4,
          5,
          6,
          7,
          8,
          9,
          11,
          12
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.007732671832025622,
        "nModel": 5
      },
      "newFpDelta": 1
    },
    {
      "id": "85e3e22a-aa1f-477f-a7e9-5b42240490d3",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025651146523103558,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0025651146523103575,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002491395392616944,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002491395392616946,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "7f3e673a-976c-4e5a-90e9-ff3bcc23dbc9",
      "nLabelStripes": 3,
      "nBaselineRaw": 4,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0026366272685590096,
        "nLabel": 3,
        "nModel": 4,
        "unmatchedModelIdx": [
          3
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0026366272685590074,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0017458634169526348,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002590928066140132,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "6a1f7595-ccab-4fa9-92f5-576c3552a6d0",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0018355170197036279,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001835517019703624,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.0019484429338780822,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.00194844293387808,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "61810429-f4cb-4bb2-b21e-8bfe08860d1b",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0032426141596021696,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.003242614159602169,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.00302474593831866,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          2,
          3
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.003024745938318661,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "5e2a465c-9aaf-4d04-9ef0-2c830450d263",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 6,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016921520586356124,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0016921520586356184,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.5,
        "meanDistNorm": 0.002803495117037693,
        "nLabel": 3,
        "nModel": 6,
        "unmatchedModelIdx": [
          3,
          4,
          5
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002803495117037688,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "53e3369f-9d9e-4eb6-8e0f-631c62528a13",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002787139540208952,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002787139540208952,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.001180481098186101,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0011804810981860918,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "53694a34-355d-4a5b-a840-33e17d3fe8cf",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 4,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000968810708598162,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009688107085981606,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009307427620256501,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0009307427620256492,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "4f94cd3b-a4c5-4fba-815d-39d04a0aa07b",
      "nLabelStripes": 4,
      "nBaselineRaw": 3,
      "nTtaFused": 11,
      "baselineRaw": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0027198471658908385,
        "nLabel": 4,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.0027198471658908367,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.36363636363636365,
        "meanDistNorm": 0.02904015521776778,
        "nLabel": 4,
        "nModel": 11,
        "unmatchedModelIdx": [
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ]
      },
      "ttaRules": {
        "recall": 0.75,
        "precision": 1,
        "meanDistNorm": 0.002633816556722055,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "4505864b-80cf-4195-92c3-e0cec07d0c2f",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 8,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001974162874271986,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001974162874271991,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.375,
        "meanDistNorm": 0.0023994613528009537,
        "nLabel": 3,
        "nModel": 8,
        "unmatchedModelIdx": [
          2,
          3,
          5,
          6,
          7
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0023994613528009537,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "326e0114-7e57-4660-bf0c-292954e70062",
      "nLabelStripes": 3,
      "nBaselineRaw": 5,
      "nTtaFused": 7,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002949249726620201,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0029492497266202008,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.42857142857142855,
        "meanDistNorm": 0.0029353628810929277,
        "nLabel": 3,
        "nModel": 7,
        "unmatchedModelIdx": [
          1,
          2,
          4,
          6
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.005193077517171844,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "2e6c5276-49af-41c4-a346-b65bc4502b85",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.002168033011727737,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021680330117277453,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002009020819188886,
        "nLabel": 3,
        "nModel": 5,
        "unmatchedModelIdx": [
          3,
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.75,
        "meanDistNorm": 0.0020090208191888945,
        "nModel": 4
      },
      "newFpDelta": 1
    },
    {
      "id": "2c56c45d-57ac-495f-a134-f19e4e344e00",
      "nLabelStripes": 4,
      "nBaselineRaw": 4,
      "nTtaFused": 5,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017013072646430657,
        "nLabel": 4,
        "nModel": 4,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017013072646430664,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.8,
        "meanDistNorm": 0.0009415034312545315,
        "nLabel": 4,
        "nModel": 5,
        "unmatchedModelIdx": [
          4
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.000941503431254531,
        "nModel": 4
      },
      "newFpDelta": 0
    },
    {
      "id": "2b552f75-e19b-414f-9e1e-cce6ffd0f35e",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 3,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021691055347045143,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0021691055347045143,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015383714522664395,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "ttaRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0015383714522664426,
        "nModel": 3
      },
      "newFpDelta": 0
    },
    {
      "id": "29d78444-b090-408f-bc24-0ab5e31b7882",
      "nLabelStripes": 3,
      "nBaselineRaw": 3,
      "nTtaFused": 10,
      "baselineRaw": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.0017704542987211046,
        "nLabel": 3,
        "nModel": 3,
        "unmatchedModelIdx": []
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001770454298721104,
        "nModel": 3
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.3,
        "meanDistNorm": 0.0025249535614297633,
        "nLabel": 3,
        "nModel": 10,
        "unmatchedModelIdx": [
          3,
          4,
          5,
          6,
          7,
          8,
          9
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6,
        "meanDistNorm": 0.002524953561429765,
        "nModel": 5
      },
      "newFpDelta": 2
    },
    {
      "id": "211aaba6-4d49-4f6d-b497-2f20ed472b3e",
      "nLabelStripes": 4,
      "nBaselineRaw": 6,
      "nTtaFused": 9,
      "baselineRaw": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.001696173796135321,
        "nLabel": 4,
        "nModel": 6,
        "unmatchedModelIdx": [
          4,
          5
        ]
      },
      "baselineRules": {
        "recall": 1,
        "precision": 1,
        "meanDistNorm": 0.001696173796135322,
        "nModel": 4
      },
      "ttaRaw": {
        "recall": 1,
        "precision": 0.4444444444444444,
        "meanDistNorm": 0.001787038253584638,
        "nLabel": 4,
        "nModel": 9,
        "unmatchedModelIdx": [
          0,
          2,
          5,
          7,
          8
        ]
      },
      "ttaRules": {
        "recall": 1,
        "precision": 0.6666666666666666,
        "meanDistNorm": 0.0020328128616909995,
        "nModel": 6
      },
      "newFpDelta": 2
    }
  ]
}