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

Scaling it up #23

Open
jax79sg opened this issue Sep 12, 2018 · 0 comments
Open

Scaling it up #23

jax79sg opened this issue Sep 12, 2018 · 0 comments

Comments

@jax79sg
Copy link

jax79sg commented Sep 12, 2018

Hi, i am trying to do a proof of concept showing how Neural Network trackers could potentially be used in practical day to day scenarios.

Correct me if i am wrong, the current implementation is such that each initialized model can only track one object at a single time. This takes a few hundred of megabytes of memory off the GPU. If i were to concurrently track X number of distinct objects in the same video sequence, i would essentially need to initialize the same number of models which would most likely max out the GPU RAM. Is there a way to get around this?

Thanks.

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

1 participant