michalfaber / tensorflow_Realtime_Multi-Person_Pose_Estimation

Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Other
216 stars 65 forks source link

[Query] Foot detection Addition #14

Open e0lithic opened 4 years ago

e0lithic commented 4 years ago

Hi,

First of all great work. Recently openpose has also added foot detection to their models and datasets. Are you also planning on incorporating those changes?

Thanks

michalfaber commented 4 years ago

Hi @e0lithic, I am more inclined to build a more general system in which a custom dataset and keypoints can be provided. First of all, this would require building a special annotation tool (perhaps in COCO format). It is rather an undefined future because I am currently working on a new/better architecture / more suitable for mobile devices.