Towards-Realtime-MOT
Towards-Realtime-MOT copied to clipboard
have anyone implemented the inference on the CPU without GPU? when i run the code on the CPU, it occurs follow the errors "AssertionError: Torch not compiled with CUDA enabled"
@Zhongdao hello, according to your requirement,, I have deleted the "Cuda()" function in related files. However, it also occurs the problem. could you explain to me and how to solve the problem, thank you, hope to receive your answer.
I use command "python track.py --cfg cfg\yolov3_1088x608.cfg --weights weights\latest.pt --test-mot16"
I meet the same problem with you , have you solved this problem yet?
I have met the same problem