paper-with-me

홈 › Papers

Improve bounding box in Carla Simulator

2025-09-20 · Mohamad Mofeed Chaar, Jamal Raiyn, Galia Weidl arxiv

The CARLA simulator (Car Learning to Act) serves as a robust platform for testing algorithms and generating datasets in the field of Autonomous Driving (AD). It provides control over various environmental parameters, enabling thorough evaluation. Development bounding boxes are commonly utilized tools in deep learning and play a crucial role in AD applications. The predominant method for data generation in the CARLA Simulator involves identifying and delineating objects of interest, such as vehicles, using bounding boxes. The operation in CARLA entails capturing the coordinates of all objects on the map, which are subsequently aligned with the sensor's coordinate system at the ego vehicle and then enclosed within bounding boxes relative to the ego vehicle's perspective. However, this primary approach encounters challenges associated with object detection and bounding box annotation, such as ghost boxes. Although these procedures are generally effective at detecting vehicles and other objects within their direct line of sight, they may also produce false positives by identifying objects that are obscured by obstructions. We have enhanced the primary approach with the objective of filtering out unwanted boxes. Performance analysis indicates that the improved approach has achieved high accuracy.

📄 PDF Abstract BibTeX arXiv:2509.16773

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingObject Detection

Similar Papers 제목 키워드 기반

KITTI-CARLA: a KITTI-like dataset generated by CARLA Simulator

2021-08-17 · Jean-Emmanuel Deschaud

KITTI-CARLA is a dataset built from the CARLA v0.9.10 simulator using a vehicle with sensors identical to the KITTI dataset. The vehicle thus has a Velodyne HDL64 LiDAR positioned in the middle of the roof and two color …

Semantic SegmentationTransfer Learning

Paris-CARLA-3D: A Real and Synthetic Outdoor Point Cloud Dataset for Challenging Tasks in 3D Mapping

2021-11-22 · Jean-Emmanuel Deschaud, David Duque, Jean Pierre Richa, Santiago Velasco-Forero 외

Paris-CARLA-3D is a dataset of several dense colored point clouds of outdoor environments built by a mobile LiDAR and camera system. The data are composed of two sets with synthetic data from the open source CARLA simula…

Instance SegmentationSemantic Segmentation

CARLA: An Open Urban Driving Simulator

2017-11-10 · Alexey Dosovitskiy, German Ros, Felipe Codevilla, Antonio Lopez 외

We introduce CARLA, an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban driving systems. In addition …

Autonomous DrivingImitation LearningReinforcement Learning

CARLA2Real: a tool for reducing the sim2real gap in CARLA simulator

2024-10-23 · Stefanos Pasios, Nikos Nikolaidis

Simulators are indispensable for research in autonomous systems such as self-driving cars, autonomous robots and drones. Despite significant progress in various simulation aspects, such as graphical realism, an evident g…

Autonomous DrivingSelf-Driving CarsSemantic Segmentation

vEDGAR -- Can CARLA Do HiL?

2025-12-09 · Nils Gehrke, David Brecht, Dominik Kulmer, Dheer Patel 외 arxiv

Simulation offers advantages throughout the development process of automated driving functions, both in research and product development. Common open-source simulators like CARLA are extensively used in training, evaluat…