bambezius commited on
Commit
6df4a7c
·
verified ·
1 Parent(s): 92d7613

Closed-loop crop epoch 1

Browse files
runs/temporal384-20260912-instance-50786651/epoch-0001/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": "3 consecutive frames; per-frame causal GT crops in training; cached prediction crops in evaluation; missing history masked; frame-age embeddings, no timestamps",
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/temporal384-20260912-instance-50786651/epoch-0001/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3abe2114aee26624e356222a0bc49c84c9ec015c5821cb1413a92668d896ee84
3
+ size 3823325166
runs/temporal384-20260912-instance-50786651/epoch-0001/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter": "balltrack.sutrack_training.temporal",
3
+ "adapter_config": {
4
+ "activation_checkpointing": true,
5
+ "sdpa": true,
6
+ "use_hann": true,
7
+ "temporal_dim": 128,
8
+ "temporal_heads": 4
9
+ },
10
+ "manifest": "configs/soccernet-tracking-custom-split.json",
11
+ "data_root": "data/processed/soccernet-tracking",
12
+ "training_mode": "previous_gt",
13
+ "temporal_crops": true,
14
+ "crop_jitter_px": 16,
15
+ "crop_size": 384,
16
+ "frames": 3,
17
+ "batch_size": 8,
18
+ "workers": 8,
19
+ "torch_threads": 2,
20
+ "prefetch_images": true,
21
+ "learning_rate": 0.0001,
22
+ "weight_decay": 0.0001,
23
+ "gradient_clip": 0.1,
24
+ "epochs": 100,
25
+ "patience": 3,
26
+ "selection_metric": "mean_center_error",
27
+ "seed": 20260912,
28
+ "device": "cuda",
29
+ "precision": "bf16",
30
+ "log_every_steps": 50,
31
+ "wandb_mode": "online",
32
+ "wandb_project": "football-ball-tracking",
33
+ "wandb_entity": "anthonyceponis-university-of-cambridge"
34
+ }
runs/temporal384-20260912-instance-50786651/epoch-0001/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.7841233861407013,
13
+ "median": 1.8949573040008545,
14
+ "p95": 11.78028173446655
15
+ },
16
+ "radius_error": {
17
+ "count": 71007,
18
+ "mean": 0.6395202178570423,
19
+ "median": 0.453125,
20
+ "p95": 1.796875
21
+ },
22
+ "within_5px": 0.8103144760375738,
23
+ "within_20px": 0.9825087667413072,
24
+ "losses": {
25
+ "loss": 1.0266542377762968,
26
+ "location": 0.2755299884096332,
27
+ "l1": 0.00805955296651578,
28
+ "giou": 0.35541324218047066,
29
+ "center": 0.00404622723362381,
30
+ "radius": 0.004013325732577188
31
+ },
32
+ "data_seconds": 48.42259530350566,
33
+ "compute_seconds": 6586.7218378819525,
34
+ "seconds": 6641.620885645971,
35
+ "frames_per_second": 10.691215476249482,
36
+ "steps": 8876,
37
+ "training_protocol": "shuffled_previous_gt",
38
+ "eligible_pairs": 71007,
39
+ "dropped_tail_examples": 0,
40
+ "gpu_max_allocated_bytes": 10135265792,
41
+ "gpu_max_reserved_bytes": 11582570496
42
+ },
43
+ "validation": {
44
+ "frames": 11858,
45
+ "eligible": 9143,
46
+ "in_crop": 7800,
47
+ "unlabelled": 2715,
48
+ "crop_misses": 1343,
49
+ "crop_coverage": 0.8531116701301542,
50
+ "center_error": {
51
+ "count": 9143,
52
+ "mean": 126.28288735095325,
53
+ "median": 2.7613401412963867,
54
+ "p95": 935.197131347656
55
+ },
56
+ "radius_error": {
57
+ "count": 9143,
58
+ "mean": 0.8965954572487148,
59
+ "median": 0.6171875,
60
+ "p95": 2.546875
61
+ },
62
+ "within_5px": 0.6538335338510336,
63
+ "within_20px": 0.8283933063545882,
64
+ "losses": {
65
+ "loss": 1.2013936542022623,
66
+ "location": 0.513766176120159,
67
+ "l1": 0.010661256068152773,
68
+ "giou": 0.3171605989972585,
69
+ "center": 0.004402163458183769,
70
+ "radius": 0.006259092598547746
71
+ },
72
+ "data_seconds": 56.15946686454117,
73
+ "compute_seconds": 180.12438916787505,
74
+ "seconds": 236.88416528701782,
75
+ "frames_per_second": 50.05822143338453,
76
+ "steps": 1498,
77
+ "gpu_max_allocated_bytes": 6347094016,
78
+ "gpu_max_reserved_bytes": 7210008576
79
+ },
80
+ "selection_metric": 126.28288735095325,
81
+ "best": 126.28288735095325,
82
+ "bad_checks": 0,
83
+ "smoke": false,
84
+ "partial_dataset": false
85
+ }
runs/temporal384-20260912-instance-50786651/epoch-0001/hf-storage-ledger.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "bambezius/sutrack-soccernet-ball",
3
+ "prefix": "runs/temporal384-20260912-instance-50786651",
4
+ "checkpoint_sha256_sizes": {
5
+ "3abe2114aee26624e356222a0bc49c84c9ec015c5821cb1413a92668d896ee84": 3823325166
6
+ },
7
+ "unique_checkpoint_bytes": 3823325166,
8
+ "epoch": 1
9
+ }
runs/temporal384-20260912-instance-50786651/epoch-0001/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3abe2114aee26624e356222a0bc49c84c9ec015c5821cb1413a92668d896ee84
3
+ size 3823325166
runs/temporal384-20260912-instance-50786651/epoch-0001/split-manifest.json ADDED
The diff for this file is too large to render. See raw diff
 
runs/temporal384-20260912-instance-50786651/epoch-0001/transfer-manifest.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last.pt": "3abe2114aee26624e356222a0bc49c84c9ec015c5821cb1413a92668d896ee84",
3
+ "best.pt": "3abe2114aee26624e356222a0bc49c84c9ec015c5821cb1413a92668d896ee84",
4
+ "config.json": "d0e0dde0b7acb97d3367467a9b065266114ca4107807bc7139088ac157fbd3dd",
5
+ "split-manifest.json": "83a37c6c35d58e01abb3a4c22d4ec69f6c895ca99cdc687fc1e50cc088ae5365",
6
+ "audit.json": "a5745901ba9945621065e69e2758538cdcabeb31ad35adc727d99dee47d0efc3",
7
+ "wandb-id.json": "7d4bd537344e63aedcd1592c98311a5a1896b6353862216af23350cb3d2eded7",
8
+ "epoch-0001.json": "e6240c765f382c3005d99322835f8018bacb86b68482410e3d0a0196c1d18396",
9
+ "hf-storage-ledger.json": "010a0ce255726d05d96f8b8f7703d9ea5704acae922d307d254aabc38b77278a"
10
+ }
runs/temporal384-20260912-instance-50786651/epoch-0001/wandb-id.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "id": "4cgkwtq8"
3
+ }