-
Notifications
You must be signed in to change notification settings - Fork 139
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
How can i run it in a realtime image #112
Comments
@stiglioglu We don't have camera APIs, if that is what you want. I think your use case is similar to a video input? We have a video-inference-visualize pipeline: |
Thank you for your answer. I want to run on ros camera topic. How can I run on snapshot eg image from webcam. |
The general method is read the image, make the testing transforms (e.g., resize), then inference, finally apply specific post-processings. For some lane detection methods, they already have a An lane example is
|
where do you read the video frames can you help me i couldn't find it |
We use a torch style dataloader for video reading: |
How can i run it in a realtime image
The text was updated successfully, but these errors were encountered: