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

부위의 index code가 연산되는 과정에서 존재했던 흔적을 발견했습니다. #15

Open
KimMin-Gwan opened this issue Mar 11, 2023 · 0 comments

Comments

@KimMin-Gwan
Copy link
Owner

/posenetTest/posenet-python-master/posent/decode_multi.py 에서 신체 부위가 indexing되어 연산과정에 영향을 준 흔적이 발견되었습니다.
decode_multi.py의 81번째 줄에 위치한 build_part_with_score_faset함수에서 predict한 값을 분석합니다.
분석과정에서 part라는 list를 만들어 리턴시키는데 이 과정에서 keypoint_id가 신체의 인덱싱 번호인 것이라 추측됩니다.
자세한것은 직접 코드에서 parts를 print하여 확인해보시기 바랍니다.
이제 이 신체 부위의 인덱싱 번호를 decode.py 내에서 coords 값들과 함께 리턴시킬 방법을 구상하여 커스텀마이징 해야합니다.
작업에 참고하시기 바랍니다.

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