Closed Yasin40 closed 4 years ago
@Yasin40 The answer is Yes, you can take a look at the README
@Yasin40 The answer is Yes, you can take a look at the README
I got error when make it without cuda (on system without cuda installed)
i think remove "#include <c10/cuda/CUDAStream.h> and include <ATen/cuda/CUDAEvent.h>" in detector.h would work
@Wangbenzhi thanks for pointing it out, agreed
Hi, I wanna use this code to inference with cpu-only, without cuda support?