Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation without CUDA #33

Open
Shan-handsome opened this issue Dec 21, 2022 · 0 comments
Open

Evaluation without CUDA #33

Shan-handsome opened this issue Dec 21, 2022 · 0 comments

Comments

@Shan-handsome
Copy link

Thank you for your nice implementation.
I tried running evaluation without cuda as the command below:
python evaluate.py --ckpt pretrained/epoch_160.pth --data_root kitti/ --no_cuda

This command ends up with an error in the function nms_gpu():
TypeError: nms_gpu(): incompatible function arguments. The following argument types are supported:
1. (arg0: at::Tensor, arg1: at::Tensor, arg2: float, arg3: int) -> int

Is there a cpu version of nms? Or is there any way can fix this error?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant