murnanedaniel commited on
Commit
ff8bb77
·
verified ·
1 Parent(s): 8068384

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +13 -0
  2. config.json +1 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - colliderml
4
+ - tracking
5
+ license: mit
6
+ ---
7
+ # Noised-oracle tracker (tutorial)
8
+
9
+ Pedagogical baseline for the ColliderML tracking task.
10
+ Scores ~0.8 TrackML weighted efficiency at
11
+ `split_fraction=0.1, merge_fraction=0.1`. Not a real tracker —
12
+ serves as a calibration point for evaluating your own
13
+ submissions.
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"kind": "noised-oracle", "split_fraction": 0.1, "merge_fraction": 0.1, "seed": 42}