actions-for-actions
actions-for-actions copied to clipboard
BND
Could you explain what the "BND" means ?Thank you !
BND refers to errors that occur on "the boundary". That is, the prediction satisfies two criteria:
- It is wrong
- It is within a distance D from the correct label, where D is a third of the temporal interval
The boundary is defined in the code here: https://github.com/gsig/actions-for-actions/blob/abad32c8b6cf9875bd7b7beab02f6dccf31f0251/error_analysis/errorplot.py#L87
Let me know if that helps!