guhuozhengling / deepsort_yolov4

MIT License
26 stars 9 forks source link

code is not working after running main.py #5

Closed akashAD98 closed 3 years ago

akashAD98 commented 3 years ago

i changed all paths & updated .yml file, I'm only getting warings & nothing .

(deep_sort_pytorch-master_new) G:\pytorch_deepsort_git\deepsort_yolov4-2new>python main.py video/test.mp4 G:\pytorch_deepsort_git\deepsort_yolov4-2new\utils\utils.py:567: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsa fe. Please read https://msg.pyyaml.org/load for full details. self.update(yaml.load(fo.read())) Traceback (most recent call last): File "main.py", line 117, in with VideoTracker(cfg, args) as vdo_trk: File "main.py", line 16, in init raise UserWarning("Running in cpu mode!") UserWarning: Running in cpu mode!

i got this warning & process is finished

akashAD98 commented 3 years ago

its worked fine when i used cuda