longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.55k stars 420 forks source link

Does not build. #39

Closed TrentWeiss closed 6 years ago

TrentWeiss commented 6 years ago

Executing the make.sh script generates this error:

gcc: error: /path/to/my/clone/yolo2-pytorch/layers/reorg/src/reorg_cuda_kernel.cu.o: No such file or directory

Any idea what would cause this?

TrentWeiss commented 6 years ago

nevermind, was an error in my CUDA installation.