Skip to content

Commit 8544b13

Browse files
committed
scripts: Add seg_validation.sh script for seg eval
1 parent 5a75c07 commit 8544b13

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: _scripts/seg_validation.sh

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/bash
2+
set -Eeuo pipefail
3+
4+
# Segment validation data and calculate seg metrics. Also generate qualitative classification results.
5+
6+
# Sweeps over different configurations sequentially. Can be parallelized using a hydra launcher
7+
# depending on your system (see https://hydra.cc/docs/plugins/submitit_launcher/).
8+
9+
# Config settings, comma-separated
10+
TR_GROUP=all,all2,all3,hek,hek2
11+
12+
# Config settings, comma-separated
13+
TR_GROUP=all,all2,all3,hek,hek2,dro,mice
14+
15+
emcaps-segment --multirun \
16+
tr_group=${TR_GROUP} \

0 commit comments

Comments
 (0)