PoseEstimation-TFLiteSwift icon indicating copy to clipboard operation
PoseEstimation-TFLiteSwift copied to clipboard

Support OpenPose tflite model (multi-pose)

Open tucan9389 opened this issue 4 years ago • 0 comments

Post-process Logic

  • [x] 1. Get points from confidence map (make nodes) #38
  • [x] 2. Make a bipartite graph with each part of points (make edges) #42
  • [x] 3. Calculate line integral with PAF (compute costs of each edge) #42
  • [x] 4. Connect each point and make human (solve assignment) #42
  • [x] 5. Merge if a point is used duplicated in multiple human #42

Checklist

  • [ ] Add parameter control UIs for PAF #47
  • [ ] Limit the number of human on post-process #48
  • [ ] Test other model

Reference

tucan9389 avatar Apr 10 '20 11:04 tucan9389