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

Tracking without detection #412

Open
plotnikovgp opened this issue Mar 28, 2023 · 1 comment
Open

Tracking without detection #412

plotnikovgp opened this issue Mar 28, 2023 · 1 comment
Assignees
Labels

Comments

@plotnikovgp
Copy link

Hi! I want to track areas selected by user on the video. So I can't detect them because I don't know what object will be selected. Is it possible to start tracking by providing custom bboxes into algorithm? What is the most fast&robust way to do it with one bbox? I tried standalone CSRT from OpenCV, but I'm not satisfied with the results.

@Nuzhny007 Nuzhny007 self-assigned this Mar 29, 2023
@Nuzhny007
Copy link
Collaborator

Hi!
Try a DNN trackers: cv::TrackerDaSiamRPN or cv::TrackerNano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants