sort
sort copied to clipboard
object id while tracking
@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 ?
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.
Yes
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
@PeterHuang2015 Thank you for your suggestion. Is it possible to have the tracking id using SORT ?
@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.
@PeterHuang2015 I got it.