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

Output fps depends on batch size when starting with holo #591

Open
simon-riou opened this issue Oct 8, 2024 · 2 comments
Open

Output fps depends on batch size when starting with holo #591

simon-riou opened this issue Oct 8, 2024 · 2 comments
Labels
bug Something isn't working unexpected behavior Initial behavior can be hijacked urgent Must be fixed in priority

Comments

@simon-riou
Copy link
Collaborator

It seems that when starting with a batch size of "x", it aligns itself with input fps, but whenever you lower the batch size it increases output fps, or when you higher it it decreases the output fps.

It could sound like an expected behavior, but for example when starting with a batch size of 256 and input fps of 10000 we get currently approximately 9000 output fps, but when you lower the batch size to 32 it increases output fps to 72000 !
OR
When you start with a batch size of 32 and input fps of 10000 we get currently approximately 9000 output fps, but when you increase the batch size to 128 it decreases output fps to 700 !

So, there could be different reason :

  • The compute of the printed output fps is not correct
  • The batch size printed on the gui is not accurate with what is inside the settings
  • Another deep secret inside the code ... (the worst case)
@simon-riou simon-riou added bug Something isn't working unexpected behavior Initial behavior can be hijacked urgent Must be fixed in priority labels Oct 8, 2024
@Baschtien
Copy link
Collaborator

Doses that happen in raw mode or processed mode ? Both ?

If in raw mode, it could be Linked to the computations still being done even in raw mode ? (Is that wanted ? Is that even what happens ?)

@simon-riou
Copy link
Collaborator Author

Sorry, yes it's happening in RAW mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unexpected behavior Initial behavior can be hijacked urgent Must be fixed in priority
Projects
None yet
Development

No branches or pull requests

2 participants