Spaces:
Running
Running
# translation and rotation thresholds [meters, degrees] | |
# used to compute Precision and AUC considering Pose Error | |
t_threshold = 0.25 | |
R_threshold = 5 | |
# reprojection (VCRE) threshold [pixels] | |
# used to compute Precision and AUC considering VCRE | |
vcre_threshold = 90 | |