Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use resenet50 or another more advanced posenet DNN #265

Closed
ivelin opened this issue Dec 14, 2020 · 5 comments
Closed

Use resenet50 or another more advanced posenet DNN #265

ivelin opened this issue Dec 14, 2020 · 5 comments
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request help wanted Extra attention is needed

Comments

@ivelin
Copy link
Collaborator

ivelin commented Dec 14, 2020

Is your feature request related to a problem? Please describe.
We currently use mobilnetv1 which works, but is now outperformed by newer DNNs used in PoseNet v2.0.

Describe the solution you'd like
Replace mobilnetv1 with resnet50 or a better model.

Additional Context
BlazePose is another recent development worth considering. Detects more keypoints than PoseNet 2.

@ivelin ivelin added the enhancement New feature or request label Dec 14, 2020
@ivelin ivelin added the help wanted Extra attention is needed label Dec 14, 2020
@bhavikapanara
Copy link
Contributor

@ivelin currently the TFLite model for posenet is only available in mobilnetv1.

Ref: https://tfhub.dev/s?deployment-format=lite&q=posenet

Will look at BlazePose

@ivelin
Copy link
Collaborator Author

ivelin commented Dec 15, 2020 via email

@ivelin
Copy link
Collaborator Author

ivelin commented Dec 16, 2020

BlazePose also look very interesting because it takes into account the central bodyline position as a reference metric in the model design.

@ivelin
Copy link
Collaborator Author

ivelin commented Dec 18, 2020

@bhavikapanara see another recent development with impressive results: CenterNet

See TF models in the TensorFlow 2 Detection Model Zoo. Binaries in saved tf format, which can be converted to tflite format.
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md

Notice the high performance and dual purpose (object + keypoints) for CenterNet Resnet50 V1 FPN Keypoints 512x512 and CenterNet Resnet50 V2 Keypoints 512x512.

More on CenterNet and its various applications for object detection, pose keypoint estimation and object motion tracking.
https://github.com/xingyizhou/CenterNet

@ivelin ivelin added the duplicate This issue or pull request already exists label Jan 8, 2021
@ivelin
Copy link
Collaborator Author

ivelin commented Jan 8, 2021

Closing as duplicate of #274

@ivelin ivelin closed this as completed Jan 8, 2021
@ivelin ivelin linked a pull request Mar 25, 2021 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants