-
Notifications
You must be signed in to change notification settings - Fork 174
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
can't track the objects when I use the sort #40
Comments
I solve it |
Hello,I also have this problem. How did you solve it?Thank you very much! @Silencesss |
Hey @Silencesss can you please tell me how did you solved this problem? |
Hey,@Urviagrawal can you please tell me how did you solved this problem?
2018-04-06 14:51 GMT+08:00 Urviagrawal <notifications@github.com>:
… Hey @Silencesss <https://github.com/Silencesss> can you please tell me
how did you solved this problem?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcxRfMun7s8seh-igmBANLDMr3kr3L8uks5tlxCHgaJpZM4RlVFG>
.
|
注释掉Tracking-with-darkflow/darkflow/net/yolov2/predict.py文件中的第100行和101行 |
@ZhihongChen123 no still I am getting some unwanted tracking boxes and not the actual detections even after commenting lines 100 and 101 as said by @Silencesss |
when i use the sort ,FLAGS.track =True,FLAGS.BK_MOG = False ,it can't show the tracking boxes in the video, but when i set FLAGS.track =False and FLAGS.BK_MOG = False , it can show the darkflow detecting boxes, when I set FLAGS.track =True and FLAGS.BK_MOG =True,it can show same error boxes, so I wonder the code of sort doesn't receive the detecting boxes of darkflow or not ,when I use the deep_sort ,It can work. is there some problems of the code of sort-with-darkflow?
The text was updated successfully, but these errors were encountered: