Skip to content

Commit b73a396

Browse files
Merge pull request #15 from pyronear/train_min_8images_seq
Train min 8images seq
2 parents 6239417 + 354c193 commit b73a396

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
--output-dir ./data/03_reporting/sequential/failures_test \
112112
--nb-consecutive-frames "$NB_FRAMES" \
113113
--conf-thresh "$CONF_THRESH" \
114-
--min-frames 0 \
114+
--min-frames 8 \
115115
--output-json ./data/03_reporting/yolo/sequential/eval/eval_sequential_results.json
116116
117117
- name: Commit eval results to result branch

dvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ stages:
8181
- >-
8282
uv run python optimize_sequential.py
8383
--labels-dir ./data/03_reporting/sequential/predictions_labels_val
84-
--min-frames 0
84+
--min-frames 8
8585
--output ./data/03_reporting/sequential/grid_search_val.tsv
8686
--output-top ./data/03_reporting/sequential/grid_search_val_top20.tsv
8787
--top-n 20

0 commit comments

Comments
 (0)