Replies: 1 comment
-
I don't think that's our fault - and you didn't even put what version of pybind11 this is using. The traceback isn't very helpful (as is often the case with NVCC - the line failing in nms_kernel.cu would be very helpful). It is possible this was never designed to support windows, or it's very poorly tested (no CI in the repo), or something else. Seeing stdlib stuff on CUDA sounds suspect. I suspect it's a bug in lanedet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using VS2017 to compile this project.(https://github.com/Turoad/lanedet) I also tried different combination of versions of cudatoolkit. torch. torchvision but it still cannot work :(
Beta Was this translation helpful? Give feedback.
All reactions