-
Notifications
You must be signed in to change notification settings - Fork 171
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
Segment anything pipeline image #3131
Segment anything pipeline image #3131
Conversation
0a439d8
to
7d01c0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pschroedll Please check out my requested changed. If those are dealt with it is ready for release.
This commit applies some small comment changes.
This commit fixes the orch latency score at the Gateway for the SAM2 pipeline which was commented out in a previous commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 !
@pschroedl, only thing left is updating the worker version before merge. |
@pschroedl although some tests pass these are the same as the ones on the |
What does this pull request do? Explain your changes. (required)
Adds support for the ai-worker pipeline which implements Segment Anything 2 from facebook/meta
(https://github.com/facebookresearch/segment-anything-2)
Corresponding AI-Worker PR:
livepeer/ai-worker#185
Specific updates (required)
* Adds a mapping of pipelines to a tag corresponding to the pipeline-specific docker imageMapping of pipelines to a tag corresponding to the pipeline-specific docker image has been pushed down to the ai-worker
How did you test each of these updates (required)
E2E testing gateway + orchestrator via curl and jupyter notebook
Example usage:
https://colab.research.google.com/drive/12TC3NW7BpO77WfKHQyok18ebOtbT9F4-?usp=sharing
Does this pull request close any open issues?
Checklist:
make
runs successfully./test.sh
pass