theAIGuysCode / yolov3_deepsort

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

No outputs while executing tracker #25

Open JeremyCKT opened 4 years ago

JeremyCKT commented 4 years ago

When I executing the tracker with following code python3 object_tracker.py --video ./data/video/test.mp4 --output ./data/video/results.avi There's no output video exists. How should I fix the problem??

s07362022 commented 2 years ago

me too