Closed PINTO0309 closed 1 year ago
Thanks for the PR! Please let me check it on our environments.
It looks like the error above does not occur on mmcv installation but on nms module installation.
FYI: https://github.com/hirotomusiker/CLRerNet/blob/main/docs/INSTALL.md#docker-compose
I'm currently checking whether nms
installation gets successful with TORCH_CUDA_ARCH_LIST
specified.
nms
is successfully installed by specifying TORCH_CUDA_ARCH_LIST
. Thank you!
LGTM!
Thank you for publishing this excellent paper implementation.
Avoid
nms
build error due to unspecifiedTORCH_CUDA_ARCH_LIST
If not specified, the following error is likely to occur when runningdocker-compose build
ordocker compose build
.This allows each developer to change the specification according to the Arch of GPU they have.
My environment.
Inference results