diff options
author | Niclas Dobbertin <niclas.dobbertin@stud.tu-darmstadt.de> | 2023-10-04 12:14:53 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@stud.tu-darmstadt.de> | 2023-10-04 12:14:53 +0200 |
commit | cb7f7b44140728990f99115863922dd1f96c5cfe (patch) | |
tree | 74d02a4bc45e81fc64f0d119c839e1a9d56a0682 /bjoern/videoanalyse | |
parent | 840c263e5e246ccf8c769648fba5fb4e95bbc464 (diff) |
write evaluation to file
Diffstat (limited to 'bjoern/videoanalyse')
-rw-r--r-- | bjoern/videoanalyse/post_processing.py | 1 |
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") |