-
Notifications
You must be signed in to change notification settings - Fork 193
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
Integrated Intel's object tracker, added spatial object tracker #173
Conversation
YES! |
Might be a bit early to pop in, but @szabi-luxonis could you also share the depthai version being used here. This example could be a great fit for https://discuss.luxonis.com/d/137-need-advice-i-m-an-artist-and-a-techy-working-on-a-piece-for-my-thesis/12, so helping him out. Btw, this looks amazing! |
|
The spatial object tracker as well as object tracker work really well, and fast. I feel eventually adding a functionality to retrieve x,y,z coordinates of only a particular ID would be really useful. So, for eg - ID [0] and [1] is being tracked. Adding functionality to only get the coordinates for one of them. eg - only getting data for [ 0 ], would make it useful for different use cases too. |
Integrated Intel's object tracker, added spatial object tracker #173
Integrated Intel's object tracker and added spatial object tracker.
Examples:
2 types of tracking are supported:
ZERO_TERM_IMAGELESS
ZERO_TERM_COLOR_HISTOGRAM
Related PR: luxonis/depthai-core#92