Mountain View

LEGO Apollo Saturn V Rocket Lamp

I absolutely love everything related to space! When decorating our apartment we decided to add a little ‘space corner’ in the hallway for all space related decoration. One thing we bought for this is the LEGO Apollo Saturn V rocket. It first simply hang on the ceiling as an amazing decorating piece. However, I decided to spice it up by…

Visualising the PandaSet labels

In May 2020 Scale released their open Autonomous Driving dataset called Pandaset. Of course this is a great opportunity to inspect their data in Virtual Reality with http://immersivepoints.com/. For now I decided to export single frames of lidar data with semantic segmentation, and the raw lidar data with bounding boxes. The Jupyter notebook used to export it is on GitHub. Here…

Building a Cupcake Robot

Currently, as the corona crisis is causing heavy lockdowns, people have to keep a social distance. This made it difficult to celebrate special events, so as a challenge I decided to try to make a contactless delivery robot. The final design was used to deliver cupcakes to my friends! I made the robot itself from scratch with parts I had…

Visualise embeddings in virtual reality

When working with data and neural networks it’s good to know whether similar data is close together. This could be either in the original space of the data or in a deep layer of a neural network. In the last case, we call the data an “embedding” (most well-known for word embeddings). As humans like to look at data in…

My new years resolution in super-resolution

A new year is approaching, which means that it’s time for everybody to think about new-years resolutions to improve your life. An ideal moment to take your new-years resolution and turn it into a super-resolution image! For the sake of learning, I decided to train a network that can take a picture of me, and turn it into a super-resolution…

A 3D-printed Vehicle Coordinate System

If you work with self-driving cars you probably know about the vehicle coordinate system (also known as ISO 8855). This coordinate system is described extensively online, but it can be a bit hard to reason about it. After making a mistake once most people remember that X goes to the front of the car, and Z goes up. However, remembering…