actions-for-actions icon indicating copy to clipboard operation
actions-for-actions copied to clipboard

BND

Open cwzat opened this issue 6 years ago • 1 comments

Could you explain what the "BND" means ?Thank you !

cwzat avatar Apr 26 '18 15:04 cwzat

BND refers to errors that occur on "the boundary". That is, the prediction satisfies two criteria:

  1. It is wrong
  2. 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!

gsig avatar Apr 26 '18 16:04 gsig