You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
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?
The text was updated successfully, but these errors were encountered: