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

데이터 전송 후 posenet 적용에 문제가 발생했습니다. #18

Open
Vespoi opened this issue Mar 13, 2023 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right

Comments

@Vespoi
Copy link
Collaborator

Vespoi commented Mar 13, 2023

현재 client로부터 받아온 데이터를 server에서 frame으로 받아왔는데 이 frame을 posenet에 적용하는데 어려움을 겪고 있습니다.
처음엔 멀티스레드로 각각 작동시켜 server의 frame을 posenet으로 적용하려 하였으나 작동중인 스레드로부터 특정값을 가져오는 방법을 몰라 두 코드를 하나로 합쳤습니다. 하지만 posenet에 frame을 바로 넣으면 데이터가 맞지 않아 오류가 발생하여 작동이 되지 않고 있습니다.
posenet이 어떤 데이터를 받아서 작동하는지 확인하여 데이터를 알맞게 변환해야 할것같습니다.
코드는 webcam_demo.py server.py 이 둘을 참고 바랍니다.

@Vespoi Vespoi added bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right labels Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant