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

Resource Allocation in Gen2 #288

Closed
Luxonis-Brandon opened this issue Dec 21, 2020 · 1 comment
Closed

Resource Allocation in Gen2 #288

Luxonis-Brandon opened this issue Dec 21, 2020 · 1 comment
Assignees

Comments

@Luxonis-Brandon
Copy link
Contributor

Start with the why:

In Gen1, resources were easier to allocate because of the more static structure of the pipeline.

In Gen2, significantly more dynamic assignment of resources is required to enable the theoretically-infinite (Touring-like) nature of the Gen2 Pipeline Builder (#136)

Move to the how:

Convert many functions/core capabilities to allow dynamic loading, with managers that are aware of overall resource utilization.

Move to the what:

Implement a resource allocation system that allows the Gen2 pipeline builder to be scalably used.

@Luxonis-Brandon
Copy link
Contributor Author

This is implemented and merged in Gen2, here: luxonis/depthai-python#74

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

No branches or pull requests

2 participants