Posts by Year

2024

Fine-tuning RandLA-Net with Rellis3D

2 minute read

Last week, we created a toy example that fine-tuned RandLa-Net with the validation scene from the SemanticKitti dataset using Open3D-ML. You can explore resu...

Intro to LiDAR semantic segmentation

6 minute read

LiDAR plays a crucial role in autonomous driving by providing detailed 3D maps of surroundings through laser-based distance measurements. It enhances scene u...

CARLA’s semantic LiDAR

1 minute read

In addition to CARLA’s standard LiDAR sensor, a version that provides semantic information for each point is available. This sensor’s frame classes match tho...

DetectionMetrics v2

2 minute read

Our current project requires a tool to efficiently evaluate image and LiDAR segmentation models, one that’s compatible with the most common datasets and deep...

Custom semantic segmentation camera in CARLA

2 minute read

Following the detailed tutorial on Create semantic tags - CARLA Simulator, we’ve successfully added new custom tags to CARLA’s semantic segmentation camera. ...

ROS node for semantic segmentation

1 minute read

ROS node for semantic segmentation To enhance interoperability between our unstructured map and the CARLA simulator, we’ve developed a Python-based ROS node ...

ROS bridge and unstructured map

1 minute read

Now that the ROS bridge has been succesfully installed, it’s time to test it in the unstructured map simulation. However, our custom map lacks a valid road d...

ROS bridge installation

less than 1 minute read

The official documentation only supports ROS 2 Foxy. However, forks of the ros-bridge repository are available that support the latest CARLA version (0.9.15)...

CARLA installation

5 minute read

This document serves as supplementary material for installing CARLA from source. While not a step-by-step guide, it details my personal experience during the...

Back to Top ↑