Skip to content
Snippets Groups Projects
Commit 47c539dc authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Sleeker Evaluator. Removes output, copies wsi_eval.log to results.

parent 2eaea557
No related branches found
No related tags found
No related merge requests found
#!/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"
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