We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you provide a example code for running this tracker in a video in python?
Something like:
from HQTrack import tracker, plot_tracker file_name = "" frame_iterator = iter(generate_frames(file_path)) for frame in frame_iterator: track_result = tracker.track(frame) plot_tracker(track_result)
The text was updated successfully, but these errors were encountered:
Hi~ We upload a python demo script, which supports running on arbitrary video. Hope it is useful to you.
Sorry, something went wrong.
Awesome!
It would be great if you guys create a Google Colab, this way it would be way easier to try.
By the way, great job.
I tried here but without success https://colab.research.google.com/drive/16fZ8R8rGqYhxml-lRj1FbKrvdoV1GgiQ?usp=sharing
No branches or pull requests
Can you provide a example code for running this tracker in a video in python?
Something like:
The text was updated successfully, but these errors were encountered: