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

The video size is 1080 * 720, with fps=5 on 3090, which is far less than 23.6. What is the reason? #14

Open
ldzhuang opened this issue Jul 17, 2023 · 3 comments

Comments

@ldzhuang
Copy link

The video size is 1080 * 720, with fps=5 on 3090, which is far less than 23.6. What is the reason?

@tttran-cimmi
Copy link

I met the same problem with FPS=5 on Titan RTX 24GB. CUDA and torch supported. What is the reason?

@tttran-cimmi
Copy link

Finally i found that running https://github.com/hujiecpp/YOSO/blob/main/demo/predictor.py#L48 only will get the high fps (>20), but drawing functions slow down the speed

@hiepbk
Copy link

hiepbk commented May 14, 2024

The problem is the visualization of detectron2 took a lot of time.
I analyzed the running time of visualization, which is 10x the inference time (run only by predictor without visualization).
You probably should improve the visualization code instead of using the default visualization of detectron2.

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

3 participants