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 user-facing documentation #4

Open
5 tasks
samamou opened this issue Jan 29, 2025 · 0 comments
Open
5 tasks

Update user-facing documentation #4

samamou opened this issue Jan 29, 2025 · 0 comments
Assignees

Comments

@samamou
Copy link
Collaborator

samamou commented Jan 29, 2025

Image

How to run onnx models in score

1. Drop a “Process” object (e.g. “BlazePose Detector”) in your timeline.

It can read from a camera or image input texture, run the model, and output results in real-time.
Image

2. Download and load model

(until we close [#1701]((in progress: ossia/score#1710

  • DONE : add to models to package manager
  • [ ]DONE : filter by "AI" category
  • add the rest of the models available in the latest release

3. Add an Input camera device (or video)

Choose camera with resolution with the most square ◾ input

  • For BlazePose landmark fullbody, change the (input) size to 256 x 256
Image
  • TODO: automatically detect input size and pass to connected input camera device ?

4. Add a "Window" device for output

adjust the output size to match the model's output

Image Image

5. Press play

Add a trigger if you want it to run forever.

Image

General TODO

@samamou samamou self-assigned this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant