NVIDIA-AI-IOT / trt_pose_hand

Real-time hand pose estimation and gesture classification using TensorRT
MIT License
206 stars 49 forks source link

Will you guys also opesource training of hand pose model? #3

Open lucasjinreal opened 3 years ago

lucasjinreal commented 3 years ago

Do u guys using a topdown or bottomup model for hand pose prediction?

MikyasDesta commented 3 years ago

Hi @jinfagang , This is a bottom up approach. The training is similar to TRT_Pose with a minor modification. We should publish a blog post about this soon.

lucasjinreal commented 3 years ago

@MikyasDesta it's not like mediapipe right? What's the pros and cons of bottom up model compare with Mediapipe in your opinion?

igormusinov commented 3 years ago

Hi @jinfagang. Did you find proc\cons of the trt_pose_hand vs mediapipe's blaze models? Or maybe with anything else?