diff --git a/source/evaluate.sh b/source/evaluate.sh new file mode 100644 index 0000000000000000000000000000000000000000..9d23f304fcd0303213f7c593cca8ed3a9adfa33c --- /dev/null +++ b/source/evaluate.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +THIS_DIR=$(dirname "${BASH_SOURCE[0]}") + +java -jar "$THIS_DIR/../evaluator/WSI-Evaluator.jar" "$THIS_DIR/../evaluator/datasets/$1/" "$THIS_DIR/../output/.final/.new.absinth" +cp "$THIS_DIR/../evaluator/wsi_eval.log" "$THIS_DIR/../results/" +rm "$THIS_DIR/../output/*.absinth" + +