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

Tracking using the training files of yolov2 #78

Open
zanny0713 opened this issue Aug 27, 2018 · 2 comments
Open

Tracking using the training files of yolov2 #78

zanny0713 opened this issue Aug 27, 2018 · 2 comments

Comments

@zanny0713
Copy link

zanny0713 commented Aug 27, 2018

Hey!! I wanted to ask if anyone had tried or is it possible to track objects in real time using the previously trained weights file for object detection on yolov2? like do we need to train our model again separately for object tracking or the trained annotated files and the weights file which were used in object detection can be reused by tracking algorithm too?

@buzdarbalooch
Copy link

@zanny0713 i have a similar question. If you are able to figure out. it would be great if you can share.

@fakturk
Copy link

fakturk commented Nov 30, 2018

I used yolov2 weights and cfg files and show the location of that files in run.py (don't forget to put yolov2.cfg under cfg folder and yolov2.weights under bin folder)
FLAGS.model = "darkflow/cfg/yolov2.cfg"
FLAGS.load = "darkflow/bin/yolov2.weights"
Also you need to update labels.txt (there are 4 categories right now but I think yolov2 uses 80 categories)

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