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

How could I use custom detector ? #448

Open
mx2013713828 opened this issue Apr 23, 2024 · 2 comments
Open

How could I use custom detector ? #448

mx2013713828 opened this issue Apr 23, 2024 · 2 comments
Assignees
Labels

Comments

@mx2013713828
Copy link

Thanks for your great work! thats amazing !!

I just want tracking object and use our custom detector .
I have bbox result ,so how could I apply your project for tracking my detection resul? I think you can give me some useful advice!~

Wating for your reply 😄

@Nuzhny007 Nuzhny007 self-assigned this Apr 26, 2024
@Nuzhny007
Copy link
Collaborator

Hi!
Yes, you can use custom detector. A simple way - derive from VideoExample class like this: https://github.com/Smorodov/Multitarget-tracker/blob/master/example/examples.h
Or you can convert your detections to this format:
typedef std::vector regions_t;

@mx2013713828
Copy link
Author

Hi! Yes, you can use custom detector. A simple way - derive from VideoExample class like this: https://github.com/Smorodov/Multitarget-tracker/blob/master/example/examples.h Or you can convert your detections to this format: typedef std::vector regions_t;

Thanks for your reply! I am trying~

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