KumarLabJax / JABS-behavior-classifier

Behavior Classifier Component from the Jax Animal Behavior System
Other
11 stars 1 forks source link

Corner static object features #32

Closed SkepticRaven closed 1 month ago

SkepticRaven commented 9 months 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.