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

[Improvement] Refactor Inference API #1191

Merged
merged 10 commits into from
Sep 30, 2021

Conversation

kennymckormick
Copy link
Member

Motivation:

  1. More flexible inference: The dataset type of the config and actual data format does not need to match
  2. More modalities: Support skeleton-based
  3. Flexible API: Can take path str, dictionary, or numpy array (to support torch serve) as inputs.

@dreamerlin, @gengenkai Please leave some comments if you have more ideas.

@kennymckormick kennymckormick added the WIP work in progress label Sep 28, 2021
@kennymckormick kennymckormick removed the WIP work in progress label Sep 29, 2021
@kennymckormick kennymckormick changed the title [Improvement] [WIP] Refactor Inference API [Improvement] Refactor Inference API Sep 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants