sort icon indicating copy to clipboard operation
sort copied to clipboard

object id while tracking

Open PoonamZ opened this issue 6 years ago • 7 comments

PoonamZ avatar Jan 17 '19 11:01 PoonamZ

@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 ?

PoonamZ avatar Jan 17 '19 11:01 PoonamZ

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

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


发件人: PZ [email protected] 发送时间: 星期四, 一月 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.

pmixer avatar Jan 17 '19 14:01 pmixer

Yes

PoonamZ avatar Jan 17 '19 15:01 PoonamZ

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

pmixer avatar Jan 17 '19 16:01 pmixer

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

PoonamZ avatar Jan 18 '19 04:01 PoonamZ

@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.

pmixer avatar Jan 18 '19 06:01 pmixer

@PeterHuang2015 I got it.

PoonamZ avatar Jan 18 '19 06:01 PoonamZ