Skip to content

Thoughts on potential metrics #13

@cleong110

Description

@cleong110

Jotting down some thoughts: Generalizing from Ham2Pose, what are the possible decision points in building a metric, when we think of these as sequences of keypoints for each frame, and we want to do sequence comparisons? Based on thoughts I had while implementing #4

Options for what to do with different body shapes/sizes:

  • normalize, typically by shoulders
  • Other rotations/rescaling, like Procrustes alignment

Joint selection, maybe we only want to look at certain ones:

  • drop legs
  • get only the face contours.

Options for what to with sequence length mismatch:

  • pad with zeros
  • dynamic time warping
  • some other sort of interpolation algorithm to try and infer missing points?

Options for dealing with joint mismatch, e.g. missing wrist point

Options for comparing two XYZ points

Other possibilities include:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions