We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The max_batch_size parameter in the Embedder initializer is always 16, as set by DeepSort.__init__ when Mobilenet or CLIP* is selected as embedder.
max_batch_size
Embedder
DeepSort.__init__
Could someone let max_batch_size customizable through an additional DeepSort init parameter, just like max_age, n_init and so on?
DeepSort
max_age
n_init
Thank you very much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
max_batch_size
parameter in theEmbedder
initializer is always 16, as set byDeepSort.__init__
when Mobilenet or CLIP* is selected as embedder.Could someone let
max_batch_size
customizable through an additionalDeepSort
init parameter, just likemax_age
,n_init
and so on?Thank you very much
The text was updated successfully, but these errors were encountered: