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

Is it impossible to configure two parallel primary models in a pipeline? #1164

Closed
hadestyz opened this issue Mar 7, 2024 · 1 comment
Closed
Labels
question Further information is requested

Comments

@hadestyz
Copy link

hadestyz commented Mar 7, 2024

Hello:
Assuming I have many video streams, some of which are bright scenes and some are dark scenes, I would like to input video streams from different scenes into different models. Obviously, the relationship between these two models is parallel, not primary and secondary. Should I establish two pipeline and configure two models in each pipeline to handle this matter? Just like an example:

primary_infer_config_file, primary_model_engine_file, 4)
.
Is it impossible to configure two parallel primary models in a pipeline?

@rjhowell44
Copy link
Collaborator

Hey @hadestyz good timing! I'm currently finishing up a new component called a Remuxer designed specifically to support Selective Parallel Inference.

This work is under the v0.29.alpha dev branch.

It is far enough along for you to try it. It would be great to get some feedback from others. I'm currently working on the examples and I hope to release this next week some time.

@rjhowell44 rjhowell44 added the question Further information is requested label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants