abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.92k stars 1.09k forks source link

object id while tracking #57

Open PoonamZ opened 5 years ago

PoonamZ commented 5 years ago

@abewley @sodabeta7 I want to display the object Id while tracking ? How can I do this ? DeepSort did it, but it is using the tf.session for feature extraction and I don't want that. Is it possible with sort ?

pmixer commented 5 years ago

Hi, you mean plotting or grab the tracked object id?

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: PZ notifications@github.com 发送时间: 星期四, 一月 17, 2019 7:13 下午 收件人: abewley/sort 抄送: Subscribed 主题: Re: [abewley/sort] object id while tracking (#57)

@abewleyhttps://github.com/abewley @sodabeta7https://github.com/sodabeta7 I want to display the object Id while tracking ? How can I do this ? DeepSort did it, but it is using the tf.session for feature extraction and I don't want that. Is it possible with sort ?

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/abewley/sort/issues/57#issuecomment-455135251, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMrnX6ynMnVaBkzxhP7QoB0Yund9z3tmks5vEFrZgaJpZM4aE-LM.

PoonamZ commented 5 years ago

Yes

pmixer commented 5 years ago

Yes

If you are new to the field, pls find rectangle in the code, use d[4] for ID, consider cv2.putText or directly use plotting code in deepsort for doing so.

Regards, pmixer

PoonamZ commented 5 years ago

@PeterHuang2015 Thank you for your suggestion. Is it possible to have the tracking id using SORT ?

pmixer commented 5 years ago

@PeterHuang2015 Thank you for your suggestion. Is it possible to have the tracking id using SORT ?

Hi @PoonamZ , I mentioned d[4]. As you may see, the box color is related to tracker id in current code.

PoonamZ commented 5 years ago

@PeterHuang2015 I got it.