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

Need help testing a specific video #3

Open
leosteets opened this issue Jul 28, 2023 · 3 comments
Open

Need help testing a specific video #3

leosteets opened this issue Jul 28, 2023 · 3 comments

Comments

@leosteets
Copy link

leosteets commented Jul 28, 2023

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)
@jiawen-zhu
Copy link
Owner

Hi~ We upload a python demo script, which supports running on arbitrary video. Hope it is useful to you.

@leosteets
Copy link
Author

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.

@leosteets
Copy link
Author

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

No branches or pull requests

2 participants