theAIGuysCode / yolov3_deepsort

Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.
GNU General Public License v3.0
337 stars 186 forks source link

Items are not detecting in yolov3_tiny #37

Open anas-appiskey opened 3 years ago

anas-appiskey commented 3 years ago

I have used the colab version of this code and generate weights with that.

It was detecting correctly with images in google colab, But when I used the same weights with yolov3_deepsort code, This is not detecting anything in the video

I am running this command.

python object_tracker.py --video 0 --output ./data/video/results.avi --weights ./weights/yolov3-tiny.tf --tiny True
iSpammer commented 3 years ago

can you share the colab version?