Skip to content
Snippets Groups Projects
Commit 8d6f009b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc/scripts] Fix xtest script

parent 7be4b70f
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #39294 passed
...@@ -4,10 +4,9 @@ ...@@ -4,10 +4,9 @@
BOB=$HOME/work/bob/bob.ip.binseg/bin/bob BOB=$HOME/work/bob/bob.ip.binseg/bin/bob
model=m2unet
for d in drive stare chasedb1 iostar-vessel hrf; do for d in drive stare chasedb1 iostar-vessel hrf; do
for m in driu hed m2unet unet; do for m in driu hed m2unet unet; do
cmd=(${BOB} binseg analyze -vv ${model} "${d}-xtest") cmd=(${BOB} binseg analyze -vv ${m} "${d}-xtest")
cmd+=("--weight=${m}/${d}/model/model_final.pth") cmd+=("--weight=${m}/${d}/model/model_final.pth")
cmd+=("--output-folder=${m}/${d}/xtest") cmd+=("--output-folder=${m}/${d}/xtest")
"${cmd[@]}" "${cmd[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment