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

DeepPrior++ #83

Open
mjsobrep opened this issue Mar 10, 2022 · 0 comments
Open

DeepPrior++ #83

mjsobrep opened this issue Mar 10, 2022 · 0 comments

Comments

@mjsobrep
Copy link
Member

https://github.com/moberweger/deep-prior-pp provides depth based detections for hands which look promising. It should be possible to make it work for images the way we get them.

It might be a good idea to use updated libraries: moberweger/deep-prior-pp#23

If you start here: https://github.com/moberweger/deep-prior-pp/blob/11f585f73d2c7957c95db302b770a3b4962c0386/src/test_realtimepipeline.py#L74 and look at how the filedevice is implemented: https://github.com/moberweger/deep-prior-pp/blob/11f585f73d2c7957c95db302b770a3b4962c0386/src/util/cameradevice.py#L348 then you can see pretty easily how one could tie into our hdf5 architecture. This ends up getting processed here: https://github.com/moberweger/deep-prior-pp/blob/11f585f73d2c7957c95db302b770a3b4962c0386/src/util/realtimehandposepipeline.py#L221

You will need to detect the hand in the frame : https://github.com/moberweger/deep-prior-pp/blob/11f585f73d2c7957c95db302b770a3b4962c0386/src/util/realtimehandposepipeline.py#L164
Then you will need to crop it: https://github.com/moberweger/deep-prior-pp/blob/11f585f73d2c7957c95db302b770a3b4962c0386/src/util/realtimehandposepipeline.py#L168
then you will need to estimate pose: https://github.com/moberweger/deep-prior-pp/blob/11f585f73d2c7957c95db302b770a3b4962c0386/src/util/realtimehandposepipeline.py#L197

@mjsobrep mjsobrep added this to the pose-extraction milestone Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant