KumarLabJax / JABS-behavior-classifier

Behavior Classifier Component from the Jax Animal Behavior System
Other
12 stars 2 forks source link

Corner static object features #32

Closed SkepticRaven closed 6 months ago

SkepticRaven commented 1 year ago

While poking around with the static object QCing, I noticed that there's a bit of confusing formatting specifically with the (x,y) or (y,x) sorting of keypoints.

Current components that use (y,x) sorting:

Current components that use (x,y) sorting:

I double checked both the rendering and the derived feature calculations to validate x-y order was being handled correctly. All were valid except for arena corner features. This was probably not originally observed because flipping the x,y values don't change them much.