Skip to content
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

Closed
Silencesss opened this issue Jan 20, 2018 · 6 comments
Closed

can't track the objects when I use the sort #40

Silencesss opened this issue Jan 20, 2018 · 6 comments

Comments

@Silencesss
Copy link

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?

@Silencesss
Copy link
Author

I solve it

@ZhihongChen123
Copy link

Hello,I also have this problem. How did you solve it?Thank you very much! @Silencesss

@Urviagrawal
Copy link

Hey @Silencesss can you please tell me how did you solved this problem?

@ZhihongChen123
Copy link

ZhihongChen123 commented Apr 8, 2018 via email

@Silencesss
Copy link
Author

Silencesss commented Apr 8, 2018

注释掉Tracking-with-darkflow/darkflow/net/yolov2/predict.py文件中的第100行和101行
#if mess not in self.FLAGS.trackObj :
#continue
这两行注释掉就可以了 @ZhihongChen123 @Urviagrawal

@Urviagrawal
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants