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

Integrated Intel's object tracker, added spatial object tracker #173

Merged
merged 6 commits into from
Apr 5, 2021

Conversation

SzabolcsGergely
Copy link
Collaborator

@SzabolcsGergely SzabolcsGergely commented Mar 25, 2021

Integrated Intel's object tracker and added spatial object tracker.

Examples:

29_1_object_tracker.py : performs object tracking
29_2_spatial_object_tracker.py : performs object tracking with spatial data

2 types of tracking are supported:
ZERO_TERM_IMAGELESS
ZERO_TERM_COLOR_HISTOGRAM

Related PR: luxonis/depthai-core#92

@Luxonis-Brandon
Copy link
Contributor

YES!

@dhruvmsheth
Copy link
Contributor

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!

@SzabolcsGergely
Copy link
Collaborator Author

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!

python3 -m pip install depthai==2.1.0.0.dev+efef5dca568cc4cec965216153e3a8905db3d119 --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local

@dhruvmsheth
Copy link
Contributor

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.

@SzabolcsGergely SzabolcsGergely merged commit 07eb516 into develop Apr 5, 2021
@SzabolcsGergely SzabolcsGergely deleted the object_tracker branch April 5, 2021 05:47
SzabolcsGergely added a commit that referenced this pull request Apr 6, 2021
Integrated Intel's object tracker, added spatial object tracker #173
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

Successfully merging this pull request may close these issues.

3 participants