Skip to content

Commit

Permalink
Update misc scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hmorimitsu committed Aug 20, 2024
1 parent a61def9 commit 9b7316f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/create_metric_summaries.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
python ../summary_metrics.py --metrics_path ../docs/source/results/metrics_all.csv --chosen_metrics epe

python ../summary_metrics.py --metrics_path ../docs/source/results/metrics_all.csv --chosen_metrics epe outlier
1 change: 1 addition & 0 deletions misc/create_plots.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
python ../plot_results.py \
--metrics_csv_path ../docs/source/results/metrics_all.csv \
--benchmark_csv_path ../docs/source/results/model_benchmark-all.csv \
Expand Down

0 comments on commit 9b7316f

Please sign in to comment.