Computer Vision

pip install opencv gpu

Install OpenCV GPU with CUDA for Windows 10

You must install OpenCV for GPU if your system allows you. if you are working on deep learning or video processing project like Object Detection, Social Distance detection, you will face lags in the output video (less frame rate per second), you can fix this lag using GPU if your system has NVIDIA GPU (NVIDIA Graphics card).

It’s easy to install OpenCV for GPU on the Linux machine but it is hard for Windows. That is why I am making this post.

Download high resolution satellite imagery free online

In my last few tutorials you have seen what LiDAR data is and how to do LiDAR data analysis. High resolution satellite imagery is most important part while visualizing result after analysing LiDAR data. In this tutorial I will show you how to download free high resolution satellite imagery. Related Articles: Howto Download LiDAR Data …

Download high resolution satellite imagery free online Read More »