Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hilti-Research/hilti-slam-challenge-2022
/ functions
Functions
10 in github.com/Hilti-Research/hilti-slam-challenge-2022
⨍
Functions
10
◇
Types & classes
0
↓ 3 callers
Function
draw
(t, name="")
evaluation-2022/evaluation.py:161
↓ 2 callers
Function
error_array_custom
high-level function for plotting raw error values of a metric :param fig: matplotlib axes :param err_array: an nx1 array of values :p
evaluation-2022/evaluation.py:21
↓ 2 callers
Function
evaluate
evaluates a dataset based on a estimate and a reference and stores a .png of the evaluation under the name of the dataset :param est_file: es
evaluation-2022/evaluation.py:183
↓ 2 callers
Function
get_concat_v_blank
stacks 2 images vertically while filling empty space with a color (white by default) :param im1: first image :param im2: second image
evaluation-2022/batch_evaluation.py:220
↓ 2 callers
Function
traj_custom
plot a path/trajectory based on xyz coordinates into an axis :param ax: the matplotlib axis :param plot_mode: PlotMode :param traj: t
evaluation-2022/evaluation.py:115
↓ 1 callers
Function
combine_pictures
takes all .png in a given path and combines them to a resulting image. :param path: path of the directory :param name: title displayed on
evaluation-2022/batch_evaluation.py:235
↓ 1 callers
Function
evaluate_submission
evaluates a submission, the results are stored in result.csv, a png for every dataset and a final calculated score (returned and stored in score.
evaluation-2022/batch_evaluation.py:16
↓ 1 callers
Function
exp_score
(x,a, c)
evaluation-2022/batch_evaluation.py:213
↓ 1 callers
Function
prepare_axis_custom
prepares an axis according to the plot mode (for trajectory plotting) :param fig: matplotlib figure object :param plot_mode: PlotMode
evaluation-2022/evaluation.py:78
↓ 1 callers
Function
trajectories_custom
high-level function for plotting multiple trajectories :param fig: matplotlib figure :param trajectories: instance or container of PosePa
evaluation-2022/evaluation.py:140