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

socioopticon material / spec - any other details.... #76

Closed
johndpope opened this issue Sep 12, 2024 · 1 comment
Closed

socioopticon material / spec - any other details.... #76

johndpope opened this issue Sep 12, 2024 · 1 comment

Comments

@johndpope
Copy link

johndpope commented Sep 12, 2024

at the moment there's only this https://raw.githubusercontent.com/facebookresearch/sapiens/main/pose/configs/_base_/datasets/goliath.py

is there any other material on this format? whitepaper? i can't find anything - but interested in updates on this....

eg. can the model downgrade to just coco-wholebody pose?

 coco_wholebody = {
        'nose': sapien_pose['center_of_nose_root'],
        'left_shoulder': sapien_pose['left_shoulder'],
        'right_shoulder': sapien_pose['right_shoulder'],
        # ... map other body keypoints ...
        'left_wrist': sapien_pose['left_wrist'],
        'right_wrist': sapien_pose['right_wrist'],
        # ... map hand keypoints ...
    }
    return coco_wholebody
@rawalkhirodkar
Copy link
Contributor

rawalkhirodkar commented Sep 12, 2024

@johndpope Apart from the code reference you shared and the published paper, we do not have another details on the goliath format.

If you enlist what other information you would like, we can work on providing it.
Keypoint definitions and class segmentation labels are shared.

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

2 participants