scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
615 stars 108 forks source link

add poseScores for each pose in OpenPose Kernel #213

Closed quanhua92 closed 6 years ago

quanhua92 commented 6 years ago

I add a float for pose score for each pose detected by OpenPose. It can be use to determine whether the detected pose is good or not.

fpoms commented 6 years ago

Hi @quanhua92, thanks for the PR! This looks good to me so far. I'll take a slightly closer look tomorrow and merge if everything checks out.

quanhua92 commented 6 years ago

@apoms I've pushed a commit to rename posescores to pose_score. Please take a look

fpoms commented 6 years ago

Looks good! Thanks for the PR!