asdfasdfqrqwer commited on
Commit
28264da
·
1 Parent(s): dfb427f

Add versioning columns to schema docs

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -60,6 +60,12 @@ This dataset contains per-camera vehicle detection results collected continuousl
60
  | `truck` | int | Trucks detected |
61
  | `van` | int | Vans detected |
62
  | `lorry` | int | Lorries detected |
 
 
 
 
 
 
63
 
64
  ## Model
65
 
 
60
  | `truck` | int | Trucks detected |
61
  | `van` | int | Vans detected |
62
  | `lorry` | int | Lorries detected |
63
+ | `conf_threshold` | float | Detection confidence threshold used |
64
+ | `iou_threshold` | float | NMS IoU threshold used |
65
+ | `imgsz` | int | Inference image size (px) |
66
+ | `model_version` | string | Model checkpoint identifier |
67
+
68
+ > **Versioning note**: Filter by `conf_threshold`, `iou_threshold`, and `imgsz` to isolate consistent collection windows. Config changes are reflected immediately in new rows.
69
 
70
  ## Model
71