diff --git a/scripts/helpers/run_everything.sh b/scripts/helpers/run_everything.sh index 29dcae6..a6affa9 100755 --- a/scripts/helpers/run_everything.sh +++ b/scripts/helpers/run_everything.sh @@ -9,9 +9,8 @@ # Run all the evaluation functions echo "Run evaluation of initial track weight" python ./scripts/own/eval_initial_weight.py -# fixme can this be deleted? Should all be computed in init run -# echo "Run single" -# python ./scripts/own/eval_single_similarity_const.py + echo "Run single" + python ./scripts/own/eval_single_similarity_const.py echo "Run pairwise" python ./scripts/own/eval_pair_similarities_const.py