hothothot2000

Results 3 comments of hothothot2000
trafficstars

The strange links mentioned in my post represents very long lines linked to joints out of image. I have tried kpt_threshold, this solved some of the strange links. But, a...

> You can play with parameters for your specific use case. Addition of `person_threshold` is an option, e.g. you can sum all keypoints confidence (`joint[2]` in the code above) and...

![image](https://user-images.githubusercontent.com/25924605/80796517-fdc20c80-8bd1-11ea-90f0-8f1f2954a00c.png) ![image](https://user-images.githubusercontent.com/25924605/80796569-22b67f80-8bd2-11ea-9e96-065fed3656ca.png) ![image](https://user-images.githubusercontent.com/25924605/80831712-e90b6600-8c1d-11ea-9666-305afcd6a641.png) > The tricks above can deal with this. You just need to apply them at the time of poses construction, not at the time of result visualization....