| src/yolo_v2_class.cpp | ●●●●● patch | view | raw | blame | history |
src/yolo_v2_class.cpp
@@ -22,12 +22,14 @@ #define FRAMES 3 #ifdef GPU void check_cuda(cudaError_t status) { if (status != cudaSuccess) { const char *s = cudaGetErrorString(status); printf("CUDA Error Prev: %s\n", s); } } #endif struct detector_gpu_t { float **probs;