KumarLabJax / JABS-behavior-classifier

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

Tc 272 - Use Moments Rather Than Convex Hull for Label #18

Open nick-sebasco opened 1 year ago

nick-sebasco commented 1 year ago

Another item from the backlog. Now the primary means of computing the label position is the image moments. If the label position computed from moments is not a valid number, the old convex hull method is used.

Before (Frame 3108)

label_before

After (Frame 3108)

label_after