-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Service] Websockect server and client for SMPL(X) verts inference #125
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #125 +/- ##
==========================================
- Coverage 61.19% 58.68% -2.52%
==========================================
Files 178 185 +7
Lines 11097 11608 +511
==========================================
+ Hits 6791 6812 +21
- Misses 4306 4796 +490
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Modified SMPL server so that it is compatible with the bridge server. See commit history for more details.
As discussed offline, we may rename |
SMPLStreamService
for smpl(x) verts inference, and its python websocket client.SMPLStreamClient
, tested on Linux and Windows.