Articles by Tobias Cornille

[Guide] Label Gaussian Splats with Segments.ai
Gaussian splatting is a technique to render detailed 3D scenes. Instead of representing a scene as a set of meshes, a Gaussian splat represents the scene as a sort of point cloud, where each point is a 3D Gaussian. In 2023, Kerbl, Kopanas, et al. published a paper titled “3D [...]
Software Tools For Robotics Landscape (2024)
In today's workforce landscape, where labor shortages and aging populations pose significant challenges, automation has become an urgent necessity. Thanks to advancements in artificial intelligence, robots could form a solution for these pressing issues. With crucial components like batteries and processors becoming more affordable, the potential for widespread robotic adoption [...]
Simulating Real Cameras using Three.js
Ever wondered how you can simulate a physical camera in a 3D web app? In this blog post, I’ll show you how it can be done using Three.js, a popular JavaScript library for building 3D web applications, and OpenCV. We’ll start by simulating the pinhole camera model and then [...]
Improved image viewer for 3D point cloud labeling
At Segments.ai, we’re constantly striving to improve our platform for labeling 3D point clouds. One of the ways we’re doing this, is by enabling you to upload camera images alongside your point clouds, providing important context for labelers. To view these images, we recently shipped an improved image viewer [...]
Fast point cloud labeling with model predictions
Modern machine learning models can be used to detect and track objects in 3D point clouds, or to classify every single point (3D point cloud segmentation). To create such a model, you need a lot of data, i.e., labeled point clouds. Labeling point clouds manually is typically very difficult [...]
10 Lidar Datasets for Autonomous Driving
Lidar sensors use laser beams to capture the world in 3D. The sensors output 3D point clouds, which are simply collections of points in 3D. Machine learning models can be used to detect and track objects in these point clouds, or even to classify every single point (segmentation). This [...]
Introducing Autosegment
Segments.ai has always been a great tool for creating image segmentation labels; it’s in the name! Our superpixel technology allows you to segment an image in just a few clicks. However, superpixels aren’t well-suited for segmenting fine/small objects, or for segmenting very high-resolution images. That’s why we’re happy to [...]
Panoptic Segmentation: Introduction and Datasets
In this article, we’ll look at what panoptic segmentation is, which public datasets exist, and how you can create your own panoptic segmentation dataset. What is panoptic segmentation? Panoptic segmentation is the combination of instance segmentation and semantic segmentation. It was first introduced in a 2018 paper [...]
Create a Data-Centric ML Pipeline with W&B
Most machine learning researchers focus on improving models and creating new kinds of models. However, when you’re building an ML system for real-world use, the data you use for training your model is often more important than the specifics of the model itself. That’s why a new paradigm has [...]



