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

Update dev-facing documentation #5

Open
1 task done
samamou opened this issue Jan 29, 2025 · 0 comments
Open
1 task done

Update dev-facing documentation #5

samamou opened this issue Jan 29, 2025 · 0 comments

Comments

@samamou
Copy link
Collaborator

samamou commented Jan 29, 2025

Contributing to score-addon-onnx

  • Define a general workflow of AI models
    • pose estimation
      • BlazePose
      • TRTPose
      • YoloPose
      • RTMPose
    • blob detection
      • YOLOBlob
    • Object Detection
      • ResNet

How to add a new model ?

The high-level workflow (guide to replicate current pattern)

  • Acquire input image bytes
  • Load / create OnnxRunContext for model
    • setting up an OnnxRunContext
  • Run inference
  • Write outputs / keypoints

PS: Make sure to Include the new model in score packages here

@samamou samamou moved this to In Progress in ONNX support Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant