yolo2_light icon indicating copy to clipboard operation
yolo2_light copied to clipboard

detect result is not right

Open fidodido2503 opened this issue 5 years ago • 2 comments

When I increase the image size ,the detection result is not right. And in Windows 10 result is right, But in Ubuntu 16.04, program get wrong result. I tested image size(1920,1088), and the GPU version.

fidodido2503 avatar Apr 27 '19 05:04 fidodido2503

I find this line went wrong forward_maxpool_layer_kernel << <cuda_gridsize(n), BLOCK >> > (n, layer.h, layer.w, layer.c, layer.stride, layer.size, layer.pad, state.input, layer.output_gpu, layer.indexes_gpu);

fidodido2503 avatar Apr 27 '19 06:04 fidodido2503

@fidodido2503 What is wrong in this line?

AlexeyAB avatar May 03 '19 22:05 AlexeyAB