We are trying to run opencv scripts for haar cascade algorithm for training the images, But it is taking lot of time to train the images. We can see the GPU utilization in “jtop” but still it takes lot of time. Is there any other way to check whether the script is running on GPU or not?
How to make the script to completely utilize the GPU resources?