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

Add files via upload #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ahsanr312
Copy link

pytracking/evaluation/tracker.py has been modified by adding camera_video and camera_rtsp functions for tracking on both recorded videos and webcam/rtsp streams. The functions are executed in threads and the main purpose is to enable tracking in real time on rtsp streams without video lags.

camera_video is main process (tracking) dependent, that is, the processing will be hardware dependent. As well as a parameter is added by the name of skip_frames which is basically used evaluate tracker performance by skipping any number of frames as well as if someone needs not to process every single frame.

camera_rtsp is a function to provide realtime feed to the main process. So if the hardware is not capable to execute or process the tracker according to the frame rate from the camera it won't lag but process in real time.

pytracking/evaluation/tracker.py has been modified by adding camera_video and camera_rtsp functions for tracking on both recorded videos and webcam/rtsp streams. The functions are executed in threads and the main purpose is to enable tracking in real time on rtsp streams without lag.
@Ahsanr312
Copy link
Author

@martin-danelljan Hello,
I hope you are doing good. I made a contribution to the pytracking but it's not yet merged. Asking just because I have some other updates too.

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

Successfully merging this pull request may close these issues.

1 participant