Preserve crop experiment runs/gt384-20260910-instance-50524550/final
Browse files- runs/gt384-20260910-instance-50524550/final/audit.json +15 -0
- runs/gt384-20260910-instance-50524550/final/best.pt +3 -0
- runs/gt384-20260910-instance-50524550/final/config.json +30 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0001.json +85 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0002.json +85 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0003.json +85 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0004.json +85 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0005.json +85 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0006.json +85 -0
- runs/gt384-20260910-instance-50524550/final/epoch-0007.json +85 -0
- runs/gt384-20260910-instance-50524550/final/hf-last-upload.json +1 -0
- runs/gt384-20260910-instance-50524550/final/hf-storage-ledger.json +15 -0
- runs/gt384-20260910-instance-50524550/final/last.pt +3 -0
- runs/gt384-20260910-instance-50524550/final/split-manifest.json +0 -0
- runs/gt384-20260910-instance-50524550/final/status.json +4 -0
- runs/gt384-20260910-instance-50524550/final/test-metrics.json +39 -0
- runs/gt384-20260910-instance-50524550/final/test-predictions.jsonl +0 -0
- runs/gt384-20260910-instance-50524550/final/transfer-manifest.json +74 -0
- runs/gt384-20260910-instance-50524550/final/wandb-id.json +3 -0
runs/gt384-20260910-instance-50524550/final/audit.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train_fingerprint": "7b0552c50f165187d6233f35d1f0da38ea0faaf52000fc6bac9570dbc05eb618",
|
| 3 |
+
"validation_fingerprint": "c386f241e8e2c57847097e2945098693fe3035d5fe6345ccb3bdd564432a92d7",
|
| 4 |
+
"train_clips": 132,
|
| 5 |
+
"validation_clips": 16,
|
| 6 |
+
"partial_dataset": false,
|
| 7 |
+
"smoke_source_split": null,
|
| 8 |
+
"initialization": "first eligible GT only; seed frame excluded from metrics/loss",
|
| 9 |
+
"context": "repeat seed for unavailable causal history; same coordinates across temporal frames",
|
| 10 |
+
"crop_misses": "eligible negatives; localization metrics include all eligible targets",
|
| 11 |
+
"training_protocol": "shuffled_previous_gt",
|
| 12 |
+
"train_eligible_adjacent_pairs": 71007,
|
| 13 |
+
"crop_jitter_px": 16,
|
| 14 |
+
"training_tail": "retain all samples including incomplete shuffled final batch"
|
| 15 |
+
}
|
runs/gt384-20260910-instance-50524550/final/best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da2920229ce7118baf8d42d03b0841a88a0641caf15985e06c696a3b12870ff8
|
| 3 |
+
size 3819913707
|
runs/gt384-20260910-instance-50524550/final/config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter": "balltrack.sutrack_training.adapter",
|
| 3 |
+
"adapter_config": {
|
| 4 |
+
"activation_checkpointing": false,
|
| 5 |
+
"sdpa": true,
|
| 6 |
+
"use_hann": true
|
| 7 |
+
},
|
| 8 |
+
"manifest": "configs/soccernet-tracking-custom-split.json",
|
| 9 |
+
"data_root": "data/processed/soccernet-tracking",
|
| 10 |
+
"training_mode": "previous_gt",
|
| 11 |
+
"crop_jitter_px": 16,
|
| 12 |
+
"crop_size": 384,
|
| 13 |
+
"frames": 1,
|
| 14 |
+
"batch_size": 10,
|
| 15 |
+
"workers": 8,
|
| 16 |
+
"torch_threads": 1,
|
| 17 |
+
"prefetch_images": true,
|
| 18 |
+
"learning_rate": 0.0001,
|
| 19 |
+
"weight_decay": 0.0001,
|
| 20 |
+
"gradient_clip": 0.1,
|
| 21 |
+
"epochs": 100,
|
| 22 |
+
"patience": 5,
|
| 23 |
+
"seed": 20260911,
|
| 24 |
+
"device": "cuda",
|
| 25 |
+
"precision": "bf16",
|
| 26 |
+
"log_every_steps": 50,
|
| 27 |
+
"wandb_mode": "online",
|
| 28 |
+
"wandb_project": "football-ball-tracking",
|
| 29 |
+
"wandb_entity": "anthonyceponis-university-of-cambridge"
|
| 30 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0001.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70988,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 19,
|
| 9 |
+
"crop_coverage": 0.9997324207472502,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 3.7827862821304956,
|
| 13 |
+
"median": 1.8843517303466797,
|
| 14 |
+
"p95": 11.833657455444328
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.6362986494729392,
|
| 19 |
+
"median": 0.4453125,
|
| 20 |
+
"p95": 1.7734375
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.8112157956257834,
|
| 23 |
+
"within_20px": 0.9827622628754912,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 1.026669796444539,
|
| 26 |
+
"location": 0.27771780502274557,
|
| 27 |
+
"l1": 0.008037247785187659,
|
| 28 |
+
"giou": 0.3543828763865695,
|
| 29 |
+
"center": 0.0040537794905532365,
|
| 30 |
+
"radius": 0.0039834682913226505
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 20.01048459345475,
|
| 33 |
+
"compute_seconds": 1771.2458613850176,
|
| 34 |
+
"seconds": 1793.6728582759388,
|
| 35 |
+
"frames_per_second": 39.58748646520261,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26364274176,
|
| 41 |
+
"gpu_max_reserved_bytes": 27850178560
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 7416,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 1727,
|
| 49 |
+
"crop_coverage": 0.8111123263699005,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 137.40293539443644,
|
| 53 |
+
"median": 3.1370689868927,
|
| 54 |
+
"p95": 819.0609313964843
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 1.0372997101607788,
|
| 59 |
+
"median": 0.65625,
|
| 60 |
+
"p95": 3.2417968749999986
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.6068030187028328,
|
| 63 |
+
"within_20px": 0.7743629005796785,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.216089298714567,
|
| 66 |
+
"location": 0.4995302463645658,
|
| 67 |
+
"l1": 0.012676348250893461,
|
| 68 |
+
"giou": 0.3265886550098348,
|
| 69 |
+
"center": 0.004815597259870658,
|
| 70 |
+
"radius": 0.007860750982530073
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.799528391100466,
|
| 73 |
+
"compute_seconds": 99.74131647637114,
|
| 74 |
+
"seconds": 115.65994658693671,
|
| 75 |
+
"frames_per_second": 102.52468853672555,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6298405888,
|
| 78 |
+
"gpu_max_reserved_bytes": 7874805760
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 138.4402351045972,
|
| 81 |
+
"best": 138.4402351045972,
|
| 82 |
+
"bad_checks": 0,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0002.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70989,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 18,
|
| 9 |
+
"crop_coverage": 0.9997465038658161,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 3.475262031154688,
|
| 13 |
+
"median": 1.7134150266647339,
|
| 14 |
+
"p95": 11.005263519287105
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.4859678502207529,
|
| 19 |
+
"median": 0.34765625,
|
| 20 |
+
"p95": 1.3972656249999886
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.8278057092962665,
|
| 23 |
+
"within_20px": 0.986029546382751,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 0.9182594355426549,
|
| 26 |
+
"location": 0.24521282097417038,
|
| 27 |
+
"l1": 0.006252939514241855,
|
| 28 |
+
"giou": 0.3208909586601012,
|
| 29 |
+
"center": 0.0035748374090965335,
|
| 30 |
+
"radius": 0.0026781021000301095
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 20.0417113522999,
|
| 33 |
+
"compute_seconds": 1768.0126626323909,
|
| 34 |
+
"seconds": 1790.6641080970876,
|
| 35 |
+
"frames_per_second": 39.65400304776204,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26374673920,
|
| 41 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 7699,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 1444,
|
| 49 |
+
"crop_coverage": 0.8420649677348792,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 118.34366968194135,
|
| 53 |
+
"median": 2.6564338207244873,
|
| 54 |
+
"p95": 858.7287475585935
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 0.9853332980148748,
|
| 59 |
+
"median": 0.6171875,
|
| 60 |
+
"p95": 3.1640625
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.6505523351197637,
|
| 63 |
+
"within_20px": 0.8117685661161544,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.2095516607887333,
|
| 66 |
+
"location": 0.5177002345447818,
|
| 67 |
+
"l1": 0.010320804034415064,
|
| 68 |
+
"giou": 0.32012370294284914,
|
| 69 |
+
"center": 0.004274746370725148,
|
| 70 |
+
"radius": 0.006046057655222653
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.312500109430403,
|
| 73 |
+
"compute_seconds": 103.97978510847315,
|
| 74 |
+
"seconds": 119.42900802008808,
|
| 75 |
+
"frames_per_second": 99.28911071592819,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6290241536,
|
| 78 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 119.32900297995623,
|
| 81 |
+
"best": 119.32900297995623,
|
| 82 |
+
"bad_checks": 0,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0003.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70989,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 18,
|
| 9 |
+
"crop_coverage": 0.9997465038658161,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 3.2976095730170925,
|
| 13 |
+
"median": 1.637560248374939,
|
| 14 |
+
"p95": 10.38148841857908
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.43456897845458897,
|
| 19 |
+
"median": 0.3046875,
|
| 20 |
+
"p95": 1.25
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.8405227653611616,
|
| 23 |
+
"within_20px": 0.9879166842705649,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 0.8745171915479713,
|
| 26 |
+
"location": 0.23357949529408145,
|
| 27 |
+
"l1": 0.005728432719397956,
|
| 28 |
+
"giou": 0.30614776615449674,
|
| 29 |
+
"center": 0.0033803724159498934,
|
| 30 |
+
"radius": 0.0023480603056138293
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 20.440259552095085,
|
| 33 |
+
"compute_seconds": 1779.9214237616397,
|
| 34 |
+
"seconds": 1803.1557849119417,
|
| 35 |
+
"frames_per_second": 39.37929301181688,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26376132096,
|
| 41 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 6641,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 2502,
|
| 49 |
+
"crop_coverage": 0.7263480258120967,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 191.63345667407248,
|
| 53 |
+
"median": 3.481003522872925,
|
| 54 |
+
"p95": 895.0739868164061
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 1.3058940241168107,
|
| 59 |
+
"median": 0.7734375,
|
| 60 |
+
"p95": 4.5546875
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.5671005140544679,
|
| 63 |
+
"within_20px": 0.6886142404024937,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.2058649607101337,
|
| 66 |
+
"location": 0.5165154762671211,
|
| 67 |
+
"l1": 0.011739224160592676,
|
| 68 |
+
"giou": 0.31532668100266,
|
| 69 |
+
"center": 0.00407019967763607,
|
| 70 |
+
"radius": 0.00766902445311746
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.690783605910838,
|
| 73 |
+
"compute_seconds": 100.8486007428728,
|
| 74 |
+
"seconds": 116.76548773236573,
|
| 75 |
+
"frames_per_second": 101.55397994978898,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6294029312,
|
| 78 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 192.9393506981893,
|
| 81 |
+
"best": 119.32900297995623,
|
| 82 |
+
"bad_checks": 1,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0004.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70987,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 20,
|
| 9 |
+
"crop_coverage": 0.9997183376286845,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 3.173973645876556,
|
| 13 |
+
"median": 1.56944739818573,
|
| 14 |
+
"p95": 10.042006778717036
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.4016537872146408,
|
| 19 |
+
"median": 0.28125,
|
| 20 |
+
"p95": 1.15625
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.8491698001605475,
|
| 23 |
+
"within_20px": 0.9893249961271424,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 0.8409763611870436,
|
| 26 |
+
"location": 0.22110767800515213,
|
| 27 |
+
"l1": 0.005411985108896644,
|
| 28 |
+
"giou": 0.2964043788997917,
|
| 29 |
+
"center": 0.003260225280433318,
|
| 30 |
+
"radius": 0.0021517598243236116
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 20.363809968344867,
|
| 33 |
+
"compute_seconds": 1772.74635780463,
|
| 34 |
+
"seconds": 1795.4625195870176,
|
| 35 |
+
"frames_per_second": 39.5480268874299,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26374221312,
|
| 41 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 5992,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 3151,
|
| 49 |
+
"crop_coverage": 0.6553647599256262,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 285.1018805923088,
|
| 53 |
+
"median": 4.617392539978027,
|
| 54 |
+
"p95": 1248.577990722656
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 1.427230873345729,
|
| 59 |
+
"median": 0.84765625,
|
| 60 |
+
"p95": 4.865624999999994
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.5130701082795581,
|
| 63 |
+
"within_20px": 0.6307557694411025,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.1357981637780312,
|
| 66 |
+
"location": 0.484658495781459,
|
| 67 |
+
"l1": 0.010169128407140534,
|
| 68 |
+
"giou": 0.30014701304710967,
|
| 69 |
+
"center": 0.004005080647640536,
|
| 70 |
+
"radius": 0.0061640477319877575
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.354891886468977,
|
| 73 |
+
"compute_seconds": 101.20702179614455,
|
| 74 |
+
"seconds": 116.71233391109854,
|
| 75 |
+
"frames_per_second": 101.6002302638589,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6285816832,
|
| 78 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 286.5291114656545,
|
| 81 |
+
"best": 119.32900297995623,
|
| 82 |
+
"bad_checks": 2,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0005.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70988,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 19,
|
| 9 |
+
"crop_coverage": 0.9997324207472502,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 3.049307072056518,
|
| 13 |
+
"median": 1.5168377161026,
|
| 14 |
+
"p95": 9.599264621734616
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.3753331537735716,
|
| 19 |
+
"median": 0.265625,
|
| 20 |
+
"p95": 1.0859375
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.8582815778726041,
|
| 23 |
+
"within_20px": 0.9901840663596547,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 0.8114515807703273,
|
| 26 |
+
"location": 0.21279595640512117,
|
| 27 |
+
"l1": 0.0051364356363764975,
|
| 28 |
+
"giou": 0.2864867232192519,
|
| 29 |
+
"center": 0.0031314167264114034,
|
| 30 |
+
"radius": 0.002005018907185337
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 20.124532341957092,
|
| 33 |
+
"compute_seconds": 1766.605127889663,
|
| 34 |
+
"seconds": 1789.1468937899917,
|
| 35 |
+
"frames_per_second": 39.687630035555216,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26371165696,
|
| 41 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 7006,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 2137,
|
| 49 |
+
"crop_coverage": 0.7662692770425462,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 205.05611497534488,
|
| 53 |
+
"median": 3.8770155906677246,
|
| 54 |
+
"p95": 1159.583740234375
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 1.0271540556983485,
|
| 59 |
+
"median": 0.71875,
|
| 60 |
+
"p95": 2.96875
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.55310073280105,
|
| 63 |
+
"within_20px": 0.7065514601334354,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.435711975592721,
|
| 66 |
+
"location": 0.6262214700238626,
|
| 67 |
+
"l1": 0.019652567684897843,
|
| 68 |
+
"giou": 0.3556138329101146,
|
| 69 |
+
"center": 0.0052830237043825605,
|
| 70 |
+
"radius": 0.014369544002616114
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.04969242401421,
|
| 73 |
+
"compute_seconds": 99.51493060076609,
|
| 74 |
+
"seconds": 114.71026472887024,
|
| 75 |
+
"frames_per_second": 103.37348647941515,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6290044928,
|
| 78 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 206.08326903104324,
|
| 81 |
+
"best": 119.32900297995623,
|
| 82 |
+
"bad_checks": 3,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0006.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70987,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 20,
|
| 9 |
+
"crop_coverage": 0.9997183376286845,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 2.9186563735029383,
|
| 13 |
+
"median": 1.4690823554992676,
|
| 14 |
+
"p95": 9.124909114837637
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.3555242297854437,
|
| 19 |
+
"median": 0.25,
|
| 20 |
+
"p95": 1.03125
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.8690410804568564,
|
| 23 |
+
"within_20px": 0.9918740405875477,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 0.7845674589082617,
|
| 26 |
+
"location": 0.20325493000771766,
|
| 27 |
+
"l1": 0.0049143111664356,
|
| 28 |
+
"giou": 0.27837048635961825,
|
| 29 |
+
"center": 0.0030241258152828468,
|
| 30 |
+
"radius": 0.0018901853466933383
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 20.600929006934166,
|
| 33 |
+
"compute_seconds": 1764.4119341550395,
|
| 34 |
+
"seconds": 1787.4574066512287,
|
| 35 |
+
"frames_per_second": 39.725142392640514,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26372048384,
|
| 41 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 6805,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 2338,
|
| 49 |
+
"crop_coverage": 0.7442852455430384,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 256.88209669719913,
|
| 53 |
+
"median": 3.46820068359375,
|
| 54 |
+
"p95": 1305.13896484375
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 1.2819852790386088,
|
| 59 |
+
"median": 0.75,
|
| 60 |
+
"p95": 4.3515625
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.5677567538007219,
|
| 63 |
+
"within_20px": 0.7066608334244777,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.2723893636356203,
|
| 66 |
+
"location": 0.5568661521930774,
|
| 67 |
+
"l1": 0.0156787028001808,
|
| 68 |
+
"giou": 0.318564847946154,
|
| 69 |
+
"center": 0.004941235922808336,
|
| 70 |
+
"radius": 0.010737466833282212
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.667341399937868,
|
| 73 |
+
"compute_seconds": 100.49599612131715,
|
| 74 |
+
"seconds": 116.41012939903885,
|
| 75 |
+
"frames_per_second": 101.86398779226772,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6289555456,
|
| 78 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 258.16408197623775,
|
| 81 |
+
"best": 119.32900297995623,
|
| 82 |
+
"bad_checks": 4,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/epoch-0007.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 7,
|
| 3 |
+
"train": {
|
| 4 |
+
"frames": 71007,
|
| 5 |
+
"eligible": 71007,
|
| 6 |
+
"in_crop": 70988,
|
| 7 |
+
"unlabelled": 0,
|
| 8 |
+
"crop_misses": 19,
|
| 9 |
+
"crop_coverage": 0.9997324207472502,
|
| 10 |
+
"center_error": {
|
| 11 |
+
"count": 71007,
|
| 12 |
+
"mean": 2.782134803442458,
|
| 13 |
+
"median": 1.4100608825683594,
|
| 14 |
+
"p95": 8.600707149505613
|
| 15 |
+
},
|
| 16 |
+
"radius_error": {
|
| 17 |
+
"count": 71007,
|
| 18 |
+
"mean": 0.3394276653622178,
|
| 19 |
+
"median": 0.234375,
|
| 20 |
+
"p95": 0.984375
|
| 21 |
+
},
|
| 22 |
+
"within_5px": 0.878645767318715,
|
| 23 |
+
"within_20px": 0.9930711056656386,
|
| 24 |
+
"losses": {
|
| 25 |
+
"loss": 0.7585632752042216,
|
| 26 |
+
"location": 0.1916394602779482,
|
| 27 |
+
"l1": 0.004747967225884102,
|
| 28 |
+
"giou": 0.2715919894743562,
|
| 29 |
+
"center": 0.002942810358000114,
|
| 30 |
+
"radius": 0.0018051568639615063
|
| 31 |
+
},
|
| 32 |
+
"data_seconds": 19.35501156328246,
|
| 33 |
+
"compute_seconds": 1756.8761198306456,
|
| 34 |
+
"seconds": 1778.338436031714,
|
| 35 |
+
"frames_per_second": 39.92884512941703,
|
| 36 |
+
"steps": 7101,
|
| 37 |
+
"training_protocol": "shuffled_previous_gt",
|
| 38 |
+
"eligible_pairs": 71007,
|
| 39 |
+
"dropped_tail_examples": 0,
|
| 40 |
+
"gpu_max_allocated_bytes": 26373254656,
|
| 41 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"frames": 11858,
|
| 45 |
+
"eligible": 9143,
|
| 46 |
+
"in_crop": 7267,
|
| 47 |
+
"unlabelled": 2715,
|
| 48 |
+
"crop_misses": 1876,
|
| 49 |
+
"crop_coverage": 0.7948157060045937,
|
| 50 |
+
"center_error": {
|
| 51 |
+
"count": 9143,
|
| 52 |
+
"mean": 185.984771685752,
|
| 53 |
+
"median": 3.0986387729644775,
|
| 54 |
+
"p95": 1112.3926757812496
|
| 55 |
+
},
|
| 56 |
+
"radius_error": {
|
| 57 |
+
"count": 9143,
|
| 58 |
+
"mean": 1.0837624241222794,
|
| 59 |
+
"median": 0.6875,
|
| 60 |
+
"p95": 3.578125
|
| 61 |
+
},
|
| 62 |
+
"within_5px": 0.6078967516132561,
|
| 63 |
+
"within_20px": 0.7615662255277261,
|
| 64 |
+
"losses": {
|
| 65 |
+
"loss": 1.252359508777048,
|
| 66 |
+
"location": 0.5700530701854826,
|
| 67 |
+
"l1": 0.01150326067713684,
|
| 68 |
+
"giou": 0.31239506797943467,
|
| 69 |
+
"center": 0.0042991327649128785,
|
| 70 |
+
"radius": 0.007204127902451593
|
| 71 |
+
},
|
| 72 |
+
"data_seconds": 15.61445035552606,
|
| 73 |
+
"compute_seconds": 100.08539476012811,
|
| 74 |
+
"seconds": 115.87908394820988,
|
| 75 |
+
"frames_per_second": 102.33080549117669,
|
| 76 |
+
"steps": 1498,
|
| 77 |
+
"gpu_max_allocated_bytes": 6294033408,
|
| 78 |
+
"gpu_max_reserved_bytes": 27852275712
|
| 79 |
+
},
|
| 80 |
+
"selection_metric": 187.0685341098743,
|
| 81 |
+
"best": 119.32900297995623,
|
| 82 |
+
"bad_checks": 5,
|
| 83 |
+
"smoke": false,
|
| 84 |
+
"partial_dataset": false
|
| 85 |
+
}
|
runs/gt384-20260910-instance-50524550/final/hf-last-upload.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 7, "revision": "c0cd76f3ad03a416de0a3a703c8ea7cd358b2269", "prefix": "runs/gt384-20260910-instance-50524550/epoch-0007", "unique_checkpoint_bytes": 26739395949}
|
runs/gt384-20260910-instance-50524550/final/hf-storage-ledger.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo": "bambezius/sutrack-soccernet-ball",
|
| 3 |
+
"prefix": "runs/gt384-20260910-instance-50524550",
|
| 4 |
+
"checkpoint_sha256_sizes": {
|
| 5 |
+
"035fc77e5b8ed69c9b86808702f4029680569b955678de9d02efa2f1757e957e": 3819913707,
|
| 6 |
+
"da2920229ce7118baf8d42d03b0841a88a0641caf15985e06c696a3b12870ff8": 3819913707,
|
| 7 |
+
"d6dd265c57bdba141c12ede778e6cd6747db6a05ce5345aa2066b380161da639": 3819913707,
|
| 8 |
+
"1c4e58900a9ddc4fe9a4b4f446f09945313529ed03bceb72a7cd47374d71333e": 3819913707,
|
| 9 |
+
"4d67f7c9a4bdef1f6a3ddd5af2a45bc611768959beb986ee68abecc4d075feea": 3819913707,
|
| 10 |
+
"7cbeb25b0b58cfe9c3c6849d39f6eeedbbcdc377e666115f6fd491e199c7e4f4": 3819913707,
|
| 11 |
+
"e8f7a2c3c5a59b5590045daf90a46cf48a776e0257126fd7c605acbfde05cafa": 3819913707
|
| 12 |
+
},
|
| 13 |
+
"unique_checkpoint_bytes": 26739395949,
|
| 14 |
+
"epoch": 7
|
| 15 |
+
}
|
runs/gt384-20260910-instance-50524550/final/last.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8f7a2c3c5a59b5590045daf90a46cf48a776e0257126fd7c605acbfde05cafa
|
| 3 |
+
size 3819913707
|
runs/gt384-20260910-instance-50524550/final/split-manifest.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
runs/gt384-20260910-instance-50524550/final/status.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"state": "early_stopped",
|
| 3 |
+
"epoch": 7
|
| 4 |
+
}
|
runs/gt384-20260910-instance-50524550/final/test-metrics.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"frames": 11965,
|
| 3 |
+
"eligible": 9122,
|
| 4 |
+
"in_crop": 8501,
|
| 5 |
+
"unlabelled": 2843,
|
| 6 |
+
"crop_misses": 621,
|
| 7 |
+
"crop_coverage": 0.931922823942118,
|
| 8 |
+
"center_error": {
|
| 9 |
+
"count": 9122,
|
| 10 |
+
"mean": 52.06986800488125,
|
| 11 |
+
"median": 2.243588924407959,
|
| 12 |
+
"p95": 411.8108825683588
|
| 13 |
+
},
|
| 14 |
+
"radius_error": {
|
| 15 |
+
"count": 9122,
|
| 16 |
+
"mean": 0.7010817340632537,
|
| 17 |
+
"median": 0.484375,
|
| 18 |
+
"p95": 2.2109375
|
| 19 |
+
},
|
| 20 |
+
"within_5px": 0.7458890594167945,
|
| 21 |
+
"within_20px": 0.9003508002631002,
|
| 22 |
+
"losses": {
|
| 23 |
+
"loss": 1.2994330401641188,
|
| 24 |
+
"location": 0.5599467417250154,
|
| 25 |
+
"l1": 0.01102292767054959,
|
| 26 |
+
"giou": 0.3421858289956759,
|
| 27 |
+
"center": 0.004197186685324073,
|
| 28 |
+
"radius": 0.006825740962285751
|
| 29 |
+
},
|
| 30 |
+
"data_seconds": 15.723039215430617,
|
| 31 |
+
"compute_seconds": 100.15960696944967,
|
| 32 |
+
"seconds": 115.94865692220628,
|
| 33 |
+
"frames_per_second": 103.192225917957,
|
| 34 |
+
"steps": 1498,
|
| 35 |
+
"gpu_max_allocated_bytes": 6318884864,
|
| 36 |
+
"gpu_max_reserved_bytes": 6989807616,
|
| 37 |
+
"checkpoint_epoch": 2,
|
| 38 |
+
"state": "completed"
|
| 39 |
+
}
|
runs/gt384-20260910-instance-50524550/final/test-predictions.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
runs/gt384-20260910-instance-50524550/final/transfer-manifest.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config.json": {
|
| 3 |
+
"sha256": "d0ee2552154c4795b56dfe6e1ba7f399805ff8e5ef55e37acd95a5f10b2ec3b4",
|
| 4 |
+
"bytes": 781
|
| 5 |
+
},
|
| 6 |
+
"audit.json": {
|
| 7 |
+
"sha256": "be5f731000861661e3c44b184cb05f5341b6c00d18b39c7956d459e1a47dd5fc",
|
| 8 |
+
"bytes": 767
|
| 9 |
+
},
|
| 10 |
+
"split-manifest.json": {
|
| 11 |
+
"sha256": "83a37c6c35d58e01abb3a4c22d4ec69f6c895ca99cdc687fc1e50cc088ae5365",
|
| 12 |
+
"bytes": 1587969
|
| 13 |
+
},
|
| 14 |
+
"wandb-id.json": {
|
| 15 |
+
"sha256": "64bba97e57a1cd8c7aee4811fa44e28ff376641a2761fd93c439f9d6b56b8e9f",
|
| 16 |
+
"bytes": 23
|
| 17 |
+
},
|
| 18 |
+
"status.json": {
|
| 19 |
+
"sha256": "e492a696835678f344a1ad3db8578e7fdd044bbb00df01d9a4282201ad4a551f",
|
| 20 |
+
"bytes": 45
|
| 21 |
+
},
|
| 22 |
+
"epoch-0001.json": {
|
| 23 |
+
"sha256": "0a955bb00d835fce20c3922ae0c04b9af9234aee81d76221638af7d8ac4d2c1e",
|
| 24 |
+
"bytes": 2347
|
| 25 |
+
},
|
| 26 |
+
"last.pt": {
|
| 27 |
+
"sha256": "e8f7a2c3c5a59b5590045daf90a46cf48a776e0257126fd7c605acbfde05cafa",
|
| 28 |
+
"bytes": 3819913707
|
| 29 |
+
},
|
| 30 |
+
"best.pt": {
|
| 31 |
+
"sha256": "da2920229ce7118baf8d42d03b0841a88a0641caf15985e06c696a3b12870ff8",
|
| 32 |
+
"bytes": 3819913707
|
| 33 |
+
},
|
| 34 |
+
"hf-storage-ledger.json": {
|
| 35 |
+
"sha256": "618f44bc8a380aa7da343d8dea0b4c45a0501904f350e24516b340a99c0928d8",
|
| 36 |
+
"bytes": 781
|
| 37 |
+
},
|
| 38 |
+
"hf-last-upload.json": {
|
| 39 |
+
"sha256": "dffdd082830a539cb91a19dcc3ea324e2abb3d6262b44a24e246e3215f26e8b8",
|
| 40 |
+
"bytes": 171
|
| 41 |
+
},
|
| 42 |
+
"epoch-0002.json": {
|
| 43 |
+
"sha256": "534e3e410ed60c79bba49503c079fb534e083cae70215a4dce0805a5fe8ebd6e",
|
| 44 |
+
"bytes": 2356
|
| 45 |
+
},
|
| 46 |
+
"epoch-0003.json": {
|
| 47 |
+
"sha256": "65279cf98bde459f590b2b32ee5dd183964df8fa27ea7e8d58872c52eaab14ac",
|
| 48 |
+
"bytes": 2338
|
| 49 |
+
},
|
| 50 |
+
"epoch-0004.json": {
|
| 51 |
+
"sha256": "d8ea1f6cbfcce2f879a5d4640b77db6f25167faf41f4688d8d6657d0697da450",
|
| 52 |
+
"bytes": 2344
|
| 53 |
+
},
|
| 54 |
+
"epoch-0005.json": {
|
| 55 |
+
"sha256": "6a1c08e8e03712b552c667282ff195b251009e3376548e9a62c19b2233a8d456",
|
| 56 |
+
"bytes": 2336
|
| 57 |
+
},
|
| 58 |
+
"epoch-0006.json": {
|
| 59 |
+
"sha256": "e8fed338be2b06787804b86efb1de8a4c4be88e60e7c7c5537eacd3f1bf35d75",
|
| 60 |
+
"bytes": 2331
|
| 61 |
+
},
|
| 62 |
+
"epoch-0007.json": {
|
| 63 |
+
"sha256": "3967b0bb7894dd8ac18e676eb3692a4d4ca050004275ca04c00bef7547628010",
|
| 64 |
+
"bytes": 2334
|
| 65 |
+
},
|
| 66 |
+
"test-predictions.jsonl": {
|
| 67 |
+
"sha256": "58548dae323ce8f946102f91af542fd64e569ae64859fdf0874eb69b1d563e57",
|
| 68 |
+
"bytes": 3947523
|
| 69 |
+
},
|
| 70 |
+
"test-metrics.json": {
|
| 71 |
+
"sha256": "cf7e77444783d7fae6585d211290290bb537801c0d2bb380d532a21643a1e0da",
|
| 72 |
+
"bytes": 995
|
| 73 |
+
}
|
| 74 |
+
}
|
runs/gt384-20260910-instance-50524550/final/wandb-id.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "ks0bmlo2"
|
| 3 |
+
}
|