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

FPS Drop #460

Open
1 task done
codin-son opened this issue Jun 10, 2024 · 2 comments
Open
1 task done

FPS Drop #460

codin-son opened this issue Jun 10, 2024 · 2 comments
Labels
question Further information is requested

Comments

@codin-son
Copy link

Search before asking

  • I have searched the Inference issues and found no similar feature requests.

Question

im trying to run code that provided in inferencepipeline documentation

`from inference import InferencePipeline
from inference.core.interfaces.stream.sinks import render_boxes

pipeline = InferencePipeline.init(
model_id="yolov8n-640",
video_reference=0,
on_prediction=render_boxes,
)

pipeline.start()
pipeline.join()`

the thing is, when i run the code, the fps drop until 1 and half fps. this also happen when im using my rtsp camera and webcam. it also happen when i run on my other pc. im using latest inference version library

Additional

No response

@codin-son codin-son added the question Further information is requested label Jun 10, 2024
@PawelPeczek-Roboflow
Copy link
Collaborator

Hi there,

Could you please provide more information on the problem? Does drop happens immediately or it is faster at the beginning?
What is the hardware you run the code?

@gmijo47
Copy link

gmijo47 commented Jun 26, 2024

Facing same problem from RTSP
#484
#484

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants