Realcat's picture
update: major change
499e141
raw
history blame contribute delete
265 Bytes
# 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