-
Notifications
You must be signed in to change notification settings - Fork 111
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
CMT for multiple objects #25
Comments
It can be, but the process might become slow. You'll have to use good
hardware to track multiple objects.
…On 17-Jan-2018 2:21 PM, "shuchitagupta" ***@***.***> wrote:
Can CMT be used for multiple objects in a frame? If yes, please suggest
the best way that could be possible.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFM5qJB6o6YYhVa8tmXp7p-JIZ1ftaEAks5tLbSSgaJpZM4Rg_hZ>
.
|
How can I do it? |
The whole process is currently written for tracking one selected object.
At this point I'd advise you to keep the color of the boundaries of the
objects different for visual differentiation.
Just modify the code to select multiple objects and initialise CMT with
their data, instead of just one.
Then each function in the tracking pipeline will be sent all these multiple
objects per frame to analyse for tracking info.
I guess this could take a day or two, so happy code digging.
As I said earlier, you better have a fast machine.
…On 18-Jan-2018 10:15 AM, "shuchitagupta" ***@***.***> wrote:
How can I do it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFM5qKWxyRlTbuVkRn4sLRYHIyu-SDRcks5tLsx1gaJpZM4Rg_hZ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can CMT be used for multiple objects in a frame? If yes, please suggest the best way that could be possible.
The text was updated successfully, but these errors were encountered: