From 787dbb0e6808bdc76d3ab392e430761b4f1478c5 Mon Sep 17 00:00:00 2001 From: Michel Breyer Date: Wed, 13 Oct 2021 15:44:45 +0200 Subject: [PATCH] Add evaluation script --- scripts/run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/run.sh diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100755 index 0000000..828a67e --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,4 @@ +python3 scripts/run.py initial-view --runs $1 --logdir $2 --seed 1 +python3 scripts/run.py top-view --runs $1 --logdir $2 --seed 1 +python3 scripts/run.py top-trajectory --runs $1 --logdir $2 --seed 1 +python3 scripts/run.py nbv-grasp --runs $1 --logdir $2 --seed 1