latest/utils/video/ #1303
Replies: 5 comments 8 replies
-
can get_video_frames_generator take rtsp link as input?. if not what changes should I make and what should I watch out for when using the library?. I'm creating a license plate detection code that uses a real time rtsp link of a car parking entrance as input and the idea is that I want to give a tracking id for each entering car and proccess each frame that the car appears in taking it's license plate making a recognition then after the car disappears I'm going to take the recognition with the highest score and store it |
Beta Was this translation helpful? Give feedback.
-
While tracking object through bytetracker we are facing issue of id swapping. If 2 person cross each other in a video frame, there tracking id is getting swapped. How to tackle this issue. Whether bytetracker has any in-build method to tackle this issue. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to integrate tqdm with the |
Beta Was this translation helpful? Give feedback.
-
how can we connect it with cctv stream can anyone help me and Gove a code snippet |
Beta Was this translation helpful? Give feedback.
-
I am wondering how to use 'stride' to skip frames while video processing ?
But now, I guess in the 0.24.0 version the 'stride' argument has been removed from sv.process_video, and used as argument for the sv.get_video_frames_generator. So what would be the correct way to process video with skipped frames using stride ? |
Beta Was this translation helpful? Give feedback.
-
latest/utils/video/
A set of easy-to-use utilities that will come in handy in any computer vision project.
https://supervision.roboflow.com/latest/utils/video/
Beta Was this translation helpful? Give feedback.
All reactions