We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6239417 + 354c193 commit b73a396Copy full SHA for b73a396
2 files changed
.github/workflows/train.yml
@@ -111,7 +111,7 @@ jobs:
111
--output-dir ./data/03_reporting/sequential/failures_test \
112
--nb-consecutive-frames "$NB_FRAMES" \
113
--conf-thresh "$CONF_THRESH" \
114
- --min-frames 0 \
+ --min-frames 8 \
115
--output-json ./data/03_reporting/yolo/sequential/eval/eval_sequential_results.json
116
117
- name: Commit eval results to result branch
dvc.yaml
@@ -81,7 +81,7 @@ stages:
81
- >-
82
uv run python optimize_sequential.py
83
--labels-dir ./data/03_reporting/sequential/predictions_labels_val
84
- --min-frames 0
+ --min-frames 8
85
--output ./data/03_reporting/sequential/grid_search_val.tsv
86
--output-top ./data/03_reporting/sequential/grid_search_val_top20.tsv
87
--top-n 20
0 commit comments