DRBox icon indicating copy to clipboard operation
DRBox copied to clipboard

CUDNN and OpenCV version

Open arasharchor opened this issue 8 years ago • 2 comments

Hi,

If I want to use images with different resolution e.g. 15 cm. what should I change?

I have changed "resolution" parameter in > SelectRotatedTarget.m to 0.15. Also in deploy.py file I have changed "resolutionIn = 0.15 and resolutionOut = [0.15]. The results are however so bad only a few cars are detected with mostly wrong rotation estimation. I am using a 569x561px image.

BTW, I am trying to install your modified caffe with CUDNN and OpenCV. Could you please let me know which version you used?

arasharchor avatar Jan 11 '18 15:01 arasharchor

BTW, I am trying to install your modified caffe with CUDNN and OpenCV. Could you please let me know which version you used?

CUDA 8.0, openCV 2.4.9 & cuDNN 5.1 worked for me

keck91 avatar Sep 13 '18 07:09 keck91

Hi,

If I want to use images with different resolution e.g. 15 cm. what should I change?

I have changed "resolution" parameter in > SelectRotatedTarget.m to 0.15. Also in deploy.py file I have changed "resolutionIn = 0.15 and resolutionOut = [0.15]. The results are however so bad only a few cars are detected with mostly wrong rotation estimation. I am using a 569x561px image.

BTW, I am trying to install your modified caffe with CUDNN and OpenCV. Could you please let me know which version you used?

About detecting the vehicle, is the dataset you used your own dataset?

Viktor-Paul avatar Nov 18 '20 09:11 Viktor-Paul