summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@stud.tu-darmstadt.de>2023-10-04 12:14:53 +0200
committerNiclas Dobbertin <niclas.dobbertin@stud.tu-darmstadt.de>2023-10-04 12:14:53 +0200
commitcb7f7b44140728990f99115863922dd1f96c5cfe (patch)
tree74d02a4bc45e81fc64f0d119c839e1a9d56a0682
parent840c263e5e246ccf8c769648fba5fb4e95bbc464 (diff)
write evaluation to file
-rw-r--r--bjoern/videoanalyse/post_processing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bjoern/videoanalyse/post_processing.py b/bjoern/videoanalyse/post_processing.py
index 6ffff1e..e24edcf 100644
--- a/bjoern/videoanalyse/post_processing.py
+++ b/bjoern/videoanalyse/post_processing.py
@@ -39,3 +39,4 @@ for vp_path in all_vp:
evals = utils.evaluate_results(vp_results)
pprint(evals)
+evals.to_csv(f"{data_path}/evaluation.csv")