phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument tensors in method wrapper___cat) #172

Open zuzi2015 opened 2 years ago

zuzi2015 commented 2 years ago

RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument tensors in method wrapper___cat) 报错

timmeinhardt commented 2 years ago

What was the command resulting in this error? It looks like you are trying to run the code on CPU. This might currently not be supported/tested.