phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"

Home Page:https://arxiv.org/abs/1903.05625

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on cuda to numpy

idmakers opened this issue · comments

I got some problems on implement this code
I have already check all the packages are same as the requirements file.

But i got this error bellow when i run the code

TypeError: can‘t convert cuda:0 device type tensor to numpy

Can you post the full error message? For which command does the error occur? Tracking, object detector training, ...?

Thank you for your reply
I try to run the test_tracker.py

below is an error message
image

below is a setting in tracktor.yaml
image

Hi
even im facing same issue. is there any solution to this error ?

Just pushed a commit that should fix the issue.

Thank you for yours commit it can work

Can we close this issue?

ok thankyou