I recently had to prepare a delivery of images to a client – around 60,000 images, which I wanted to copy to a 128GB USB stick. Unfortunately this proved impossible. The Windows error message proved inconclusive, […]
Blog
Google offers a free trial of its Cloud Platform, worth US$ 300 over a 90-day period, with an additional US$ 100 if you provide a company e-mail address. After spending some time with Azure, I decided […]
This is the long-term review of my HP Omen 15 laptop, model number ek-0600nd. While this exact model isn’t available any more, the Omen 15 in a slightly different spec is still available, and the other […]
In my previous post I showed how to use Potree to create a web viewer for point clouds. But it doesn’t stop there, as Potree is also capable of displaying other geographic data. The Shapefiles example […]
Potree is the de-facto standard web viewer for point clouds. It can display huge point clouds by showing only the relevant parts of the cloud. It can display using all attributes of a LAS/LAZ file and […]
Azure is Microsoft’s Cloud Computing service. Like its competitors from Google and Amazon, it offers many different services – storage, databases, machine learning, virtual machines, and others. Some of the services are for free, others can […]
Linux was my main operating system during my university days, but when I started working at ARCADIS, I was back in an all-Windows environment. I’ve learned to live with it, but there are still cases when […]
Yolo is a well-known and popular object detection architecture. It is also very easy to use as things like model download and using various input sources are handled by the detect.py script. The Tensorflow Object Detection […]
If you want to explore data science and machine learning on Windows, Anaconda is the easiest way to get a running Python distribution with all required packages. You can install additional packages with the conda install […]