REVIEW 2 major objections 5 minor 35 references
REHEARSE-3D: A Multi-modal Emulated Rain Dataset for 3D Point Cloud De-raining
T0 review · 2 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read REHEARSE-3D is a 9.2-billion-point multimodal dataset that labels raindrops point-wise in LiDAR-256 and 4D Radar clouds across day and night emulated rain.
desk verdict A valuable multimodal rain dataset whose benchmark numbers rest on a residual rain label definition that likely assigns false rain points in clean sequences. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the annotation protocol rather than a new network. It defines rain operationally: estimate the road plane with RANSAC, draw bounding boxes around known objects and sprinklers, draw a 2D polygon around the road, and treat every remaining point inside that polygon above the plane as a raindrop. This residual-class rule is what produces the 9.2 billion point-wise labels, and it is also the most delicate assumption in the paper. The secondary mechanism is the polar-grid-map preprocessing that reconstructs unreturned LiDAR beams, allowing an existing physics-based rain model to be applied to real clean scans to create the simulated benchmark.
What would settle it
Run the same annotation pipeline on the clean-weather REHEARSE-3D sequences and count how many points are labeled rain despite no rain being present; if the count is substantial, the residual-class rule contaminates the ground truth. A second check is to compare the labeled rain points against a physically validated raindrop detector on the same scenes.
Extended reading notes
Core claim
REHEARSE-3D is a semantically annotated version of an existing controlled-weather dataset. It contains 143 sequences, each with roughly 300 dense LiDAR scans, captured with a high-resolution 256-line MEMS LiDAR and a 4D Radar at a fixed outdoor test track under sprinkler-generated rain at 10, 25, and 50 mm/h, in daytime and nighttime, plus clean conditions. Every point in the merged LiDAR-radar cloud is labeled as one of eight classes: rain, car, pedestrian, bike, sprinkler, targets, road, and background. The rain label is produced by the annotation rule that any point above the estimated road plane, inside the road polygon, and not assigned to a known object is a raindrop. The paper further contributes de-raining benchmark results for statistical filters and deep networks, and a simulated rain counterpart built by applying an established LiDAR rain model to clean scans, used to measure the emulated-to-simulated gap.
Load-bearing premise
The rain labels are valid only if every residual point above the road plane inside the road polygon is actually a raindrop; anything else there—sensor noise, dust, edge artifacts, or an unmodeled object—gets mislabeled as rain.
Editorial extensions
If this is right
- Supervised models trained on these labels outperform unsupervised statistical filters by large margins (F1 around 97% versus roughly 34% at best on the test split), indicating that labeled rain data, not algorithm design, is the main bottleneck.
- Because the dataset includes radar with transferred labels, fused LiDAR-radar de-raining can be benchmarked for the first time, opening a path to using weather-resilient radar to clean LiDAR.
- Rain characteristics (intensity, droplet size distribution, wind, visibility) are provided per sequence, so point-level rain behavior can be tied to physical weather parameters rather than treated as generic noise.
- The simulated-vs-emulated comparison shows a large domain gap (near-perfect scores on simulated rain, lower on emulated), so the dataset can serve as a calibration yardstick for rain simulators.
- High-density LiDAR-256 labels reduce the sparsity problem that limited earlier 32- and 64-beam annotated weather datasets.
Reading between the lines
- The residual-class rain definition means benchmark numbers measure detection of unexplained points in the road area. A control experiment running the same annotation on clean sequences would quantify how much sensor noise and dust are labeled as rain.
- Radar labels are copied from the nearest LiDAR point. Because rain degrades LiDAR measurements, the radar rain labels may be spatially misaligned or missing in exactly the heavy-rain frames where radar would be most useful.
- The reported gap between simulated and emulated rain can be used as a target for rain simulators: a simulator that closes that gap on this dataset would be a stronger candidate for transfer to real rain.
- Because all scenes are static front-view captures, the dataset does not exercise motion artifacts or multi-frame temporal cues; de-raining models that exploit sequence information would need additional data.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces REHEARSE-3D, a multi-modal dataset of dense LiDAR-256 and 4D Radar point clouds captured in a controlled outdoor rain facility, with point-wise semantic annotations for eight classes. The dataset includes 143 sequences from the existing REHEARSE dataset, covering clean conditions and three emulated rain intensities (10, 25, and 50 mm/h), in daytime and nighttime. The authors also generate a simulated rain version by applying a physically based LiDAR rain model to clean point clouds. They benchmark several statistical filters (DROR, DSOR) and deep-learning models (3D-OutDet, SalsaNext, LiSnowNet-L1) on the task of detecting and removing rain points in early-fused LiDAR and Radar clouds, reporting precision, recall, F1, and mIoU. The central claims are that REHEARSE-3D is the largest point-wise annotated weather dataset, the first multi-modal dense LiDAR/4D Radar rain dataset, and a useful benchmark for point cloud de-raining.
Significance. If the point-wise rain labels are valid, REHEARSE-3D would be a valuable community resource: it is substantially larger and denser than existing annotated weather point-cloud datasets (e.g., WeatherNet, WADS, SemanticSpray), it is the first to combine 256-line MEMS LiDAR with 4D Radar point-wise labels under controlled rain, and it provides precipitation characteristics (intensity, droplet size distribution, wind, visibility) that are absent from most related datasets. The benchmark is useful and appears reproducible: the splits are described, the evaluation protocol is standard, and the authors plan to release the dataset and models. The use of a physically calibrated rain simulation applied to real clean scans is a methodological strength that enables an emulated-to-simulated domain-gap study. However, these contributions rest on the validity of the 'rain' label and of the radar label transfer, and the manuscript currently does not establish that validity rigorously.
major comments (2)
- [Section III-B, Step 6] The rain label is defined as a residual category: any point above the road plane, within the 2D road polygon, and not assigned to one of the hand-labeled classes is automatically labeled as a raindrop. The paper does not state that this rule is applied only to rainy sequences, and Figure 5 appears to show a non-negligible rain class under the 'clear' condition. Under this definition, sensor noise, dust, edge artifacts, and missed objects in the road area are all labeled as rain, so the ground-truth labels and the benchmark metrics in Tables II and III measure residual-point classification rather than rain detection. A model that flags every unassigned point as rain would obtain high scores by construction, not because it detects rain. This is load-bearing because the central contribution is point-wise rain annotation. Please (i) clarify precisely how Step 6 was applied to clean sequences, (ii) report the number and fraction of rain-labeled points in clean conditions, and (iii) validate a random sample of rain labels against manual/visual annotation or against the independently measured rain intensity maps, including regions with low measured intensity where false positives are most likely.
- [Section III-B, Step 10] 4D Radar points are annotated by transferring labels from the nearest LiDAR point, with no threshold or validation reported. Since LiDAR and 4D Radar have different sampling geometries, spatial resolutions, and occlusion patterns, nearest-neighbor transfer can assign object or rain labels to radar points that correspond to different physical scatterers. This is particularly relevant for the rain class, where radar returns may come from water droplets at different distances than the nearest LiDAR return. Please report the distribution of nearest-neighbor distances, validate a sample of radar labels manually, and either restrict label transfer to points within a physically motivated distance or provide an alternative annotation procedure for radar points.
minor comments (5)
- [Section III-C, Figure 5] The figure would benefit from a clearer legend and explicit per-condition class counts; in particular, it should be immediately clear whether the 'clear' condition contains any rain-labeled points and, if so, how many.
- [Section III-E, Algorithm 1] The polar-grid projection assigns each 3D point to the nearest calibrated elevation and azimuth index, but the pseudocode does not describe how multiple points mapping to the same grid cell are resolved, nor how invalid or duplicate cells are handled. Please add this detail, since it affects the unreturned-beam reconstruction and thus the simulated rain data.
- [Section IV-A] The text introduces Radius Outlier Removal and Statistical Outlier Removal as baselines but reports results only for DROR and DSOR. Either explain why ROR and SOR are omitted or remove them from the baseline description.
- [Section IV-B, Table III] The near-perfect scores of 3D-OutDet on the WMG simulated data are expected because the simulated rain is generated algorithmically from clean scans and the same algorithm is used to create the labels; the discussion should more explicitly warn readers that these numbers do not represent real-world detection performance and should not be used to calibrate expectations on physical rain data.
- [Section III-B, Step 2] The RANSAC road-plane estimation and the subsequent manual bounding-box correction are described briefly; please state how many points fall outside the estimated plane and how sensitive the rain-label count is to the RANSAC threshold, since Step 6 relies directly on this plane.
Circularity Check
Rain labels are residual unclassified points, so the de-raining benchmark's target is defined by the annotation rule itself.
-
self definitional
[Section III-B, Data Annotation, Step 6]
"6) Any points above the road plane, within the 2D polygon bounding box, that do not belong to the previously labeled classes are then labeled as raindrops."
The rain ground truth is the residual set of points above the road plane inside the road polygon that were not assigned to sprinkler, car, pedestrian, bike, or target classes. The benchmark then scores rain detection against these same labels. A model that outputs 'rain' for every point not inside a known object box matches the labels by construction, so outlier detectors such as 3D-OutDet are rewarded by the label rule rather than by physical rain measurement. Because Section III-B describes one pipeline for 'clean and rainy REHEARSE data' and Section III-C reports 39% clean sequences, the same residual rule would label sensor noise, edge artifacts, and missed objects as rain in clear weather, embedding the benchmark target into its own definition.
full rationale
The dataset's headline novelty (largest point-wise annotated multimodal rain dataset, LiDAR-256, 4D Radar, day/night controlled environment) is independent content and is not derived from the benchmark models. However, the central de-raining benchmark is partially circular: rain is not independently measured but is defined as whatever points remain unclassified in the road polygon. Consequently, the rain-detection scores in Tables II and III partly measure adherence to the annotation rule rather than physical raindrop detection. The simulated WMG data and near-100% 3D-OutDet results are also acknowledged by the authors as reflecting the simulation process, but this is a self-consistency check rather than a circular derivation, so I do not count it as a separate circular step. Overall, the dataset claim survives, but the validity of the benchmark ground truth is reduced by construction.
Assumptions & free parameters
free parameters (1)
- DROR/DSOR statistical filter hyperparameters (radius and neighbor thresholds) =
not reported; tuned via Optuna on 100 random samples for 100 iterations
assumptions (5)
- ad hoc to paper Every point above the road plane inside the road polygon that is not assigned to another class is a raindrop.
- domain assumption Sprinkler-generated rain adequately emulates real rain for sensor-noise and de-raining research.
- ad hoc to paper Labels can be transferred from the nearest LiDAR point to annotate 4D radar points.
- domain assumption The Espineira et al. LiDAR rain model, applied through the PGM pre-processing in Algorithm 1, faithfully simulates rain on real recorded point clouds.
- domain assumption The MEMS LiDAR calibration angles (azimuth and elevation) are accurately known and stable for reconstructing unreturned beams.
Cite this review
Pith. "Pith review of REHEARSE-3D: A Multi-modal Emulated Rain Dataset for 3D Point Cloud De-raining." pith.science (2026). https://pith.science/paper/5IBUEMHB
@misc{pith2026250421699,
author = {Pith},
title = {Pith review of: REHEARSE-3D: A Multi-modal Emulated Rain Dataset for 3D Point Cloud De-raining},
year = {2026},
howpublished = {\url{https://pith.science/paper/5IBUEMHB}},
note = {Machine review of arXiv:2504.21699}
}
read the original abstract
Sensor degradation poses a significant challenge in autonomous driving. During heavy rainfall, the interference from raindrops can adversely affect the quality of LiDAR point clouds, resulting in, for instance, inaccurate point measurements. This, in turn, can potentially lead to safety concerns if autonomous driving systems are not weather-aware, i.e., if they are unable to discern such changes. In this study, we release a new, large-scale, multi-modal emulated rain dataset, REHEARSE-3D, to promote research advancements in 3D point cloud de-raining. Distinct from the most relevant competitors, our dataset is unique in several respects. First, it is the largest point-wise annotated dataset, and second, it is the only one with high-resolution LiDAR data (LiDAR-256) enriched with 4D Radar point clouds logged in both daytime and nighttime conditions in a controlled weather environment. Furthermore, REHEARSE-3D involves rain-characteristic information, which is of significant value not only for sensor noise modeling but also for analyzing the impact of weather at a point level. Leveraging REHEARSE-3D, we benchmark raindrop detection and removal in fused LiDAR and 4D Radar point clouds. Our comprehensive study further evaluates the performance of various statistical and deep-learning models. Upon publication, the dataset and benchmark models will be made publicly available at: https://sporsho.github.io/REHEARSE3D.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
M. M. Ahmed and A. Ghasemzadeh, “The impacts of heavy rain on speed and headway behaviors: An investigation using the shrp2 naturalistic driving study data,” Transportation Research Part C: Emerging Technologies, vol. 91, pp. 371–384, 2018
work page 2018
-
[2]
Triplemixer: A 3d point cloud denoising model for adverse weather,
X. Zhao, C. Wen, Y. Wang, H. Bai, and W. Dou, “Triplemixer: A 3d point cloud denoising model for adverse weather,” 2024
work page 2024
-
[3]
A. M. Raisuddin, T. Cortinhal, J. Holmblad, and E. E. Aksoy, “3d-outdet: A fast and memory efficient outlier detector for 3d lidar point clouds in adverse weather,” in 2024 IEEE Intelligent Vehicles Symposium (IV). IEEE, 2024, pp. 2862–2868
work page 2024
-
[4]
3d- unoutdet: A fast and efficient unsupervised snow removal algorithm for 3d lidar point clouds,
A. M. Raisuddin, I. Gouigah, and E. E. Aksoy, “3d- unoutdet: A fast and efficient unsupervised snow removal algorithm for 3d lidar point clouds,” Authorea Preprints, 2024
work page 2024
-
[5]
Energy-based detection of adverse weather effects in lidar data,
A. Piroli, V. Dallabetta, J. Kopp, M. Walessa, D. Meissner, and K. Dietmayer, “Energy-based detection of adverse weather effects in lidar data,” IEEE Robotics and Automation Letters, 2023
work page 2023
-
[6]
Cnn- based lidar point cloud de-noising in adverse weather,
R. Heinzler, F. Piewak, P. Schindler, and W. Stork, “Cnn- based lidar point cloud de-noising in adverse weather,” IEEE Robotics and Automation Letters, vol. 5, no. 2, pp. 2514–2521, 2020
work page 2020
-
[7]
Smart- rain: A degradation evaluation dataset for autonomous driving in rain,
C. Zhang, Z. Huang, H. Guo, L. Qin, M. H. Ang, and D. Rus, “Smart- rain: A degradation evaluation dataset for autonomous driving in rain,” in 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2023, pp. 9691–9698
work page 2023
-
[8]
A. Kurup and J. Bos, “Dsor: A scalable statistical filter for removing falling snow from lidar point clouds in severe winter weather,” arXiv preprint arXiv:2109.07078, 2021
arXiv 2021
Show all 35 references
-
[9]
Rehearse: adverse weather dataset for sensory noise models,
Y. Poledna, M. F. Drechsler, V. Donzella, P. H. Chan, P. Duthon, and W. Huber, “Rehearse: adverse weather dataset for sensory noise models,” in 2024 IEEE Intelligent Vehicles Symposium (IV), 2024, pp. 2451–2457
2024
-
[10]
Vision meets robotics: The kitti dataset,
A. Geiger, P. Lenz, C. Stiller, and R. Urtasun, “Vision meets robotics: The kitti dataset,” The International Journal of Robotics Research, vol. 32, no. 11, pp. 1231–1237, 2013
2013
-
[11]
nuscenes: A multimodal dataset for autonomous driving,
H. Caesar, V. Bankiti, A. H. Lang, S. Vora, V. E. Liong, Q. Xu, A. Krishnan, Y. Pan, G. Baldan, and O. Beijbom, “nuscenes: A multimodal dataset for autonomous driving,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 11 621–11 631
2020
-
[12]
Scalability in perception for autonomous driving: Waymo open dataset,
P. Sun, H. Kretzschmar, X. Dotiwalla, A. Chouard, V. Patnaik, P. Tsui, J. Guo, Y. Zhou, Y. Chai, B. Caine et al., “Scalability in perception for autonomous driving: Waymo open dataset,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020,...
2020
-
[13]
Bdd100k: A diverse driving dataset for heterogeneous multitask learning,
F. Yu, H. Chen, X. Wang, W. Xian, Y. Chen, F. Liu, V. Madhavan, and T. Darrell, “Bdd100k: A diverse driving dataset for heterogeneous multitask learning,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 2636–2645
2020
-
[14]
Bosch street dataset: A multi-modal dataset with imaging radar for automated driving,
K. Armanious, M. Quach, M. Ulrich, T. Winterling, J. Friesen, S. Braun, D. Jenet, Y. Feldman, E. Kosman, P. Rapp et al., “Bosch street dataset: A multi-modal dataset with imaging radar for automated driving,” arXiv preprint arXiv:2407.12803, 2024
2024 arXiv
-
[15]
Perception and sensing for autonomous vehicles under adverse weather conditions: A survey,
Y. Zhang, A. Carballo, H. Yang, and K. Takeda, “Perception and sensing for autonomous vehicles under adverse weather conditions: A survey,” ISPRS Journal of Photogrammetry and Remote Sensing, vol. 196, pp. 146–177, 2023
2023
-
[16]
Open-sourced data ecosystem in autonomous driving: the present and future,
H. Li, Y. Li, H. Wang, J. Zeng, P. Cai, H. Xu, D. Lin, J. Yan, F. Xu, L. Xiong et al., “Open-sourced data ecosystem in autonomous driving: the present and future,” arXiv preprint arXiv:2312.03408, 2023
2023 arXiv
-
[17]
3d semantic segmentation in the wild: Learning generalized models for adverse -condition point clouds,
A. Xiao, J. Huang, W. Xuan, R. Ren, K. Liu, D. Guan, A. El Saddik, S. Lu, and E. P. Xing, “3d semantic segmentation in the wild: Learning generalized models for adverse -condition point clouds,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogniti...
2023
-
[18]
Oord: The oxford offroad radar dataset,
M. Gadd, D. De Martini, O. Bartlett, P. Murcutt, M. Towlson, M. Widojo, V. Mus¸at, L. Robinson, E. Panagiotaki, G. Pramatarov et al., “Oord: The oxford offroad radar dataset,” arXiv preprint arXiv:2403.02845, 2024
2024 arXiv
-
[19]
Canadian adverse driving conditions dataset,
M. Pitropov, D. E. Garcia, J. Rebello, M. Smart, C. Wang, K. Czar-necki, and S. Waslander, “Canadian adverse driving conditions dataset,” The International Journal of Robotics Research, vol. 40, no. 4-5, pp. 681–690, 2021
2021
-
[20]
Msu- 4s-the michigan state university four seasons dataset,
D. Kent, M. Alyaqoub, X. Lu, H. Khatounabadi, K. Sung, C. Scheller, A. Dalat, A. bin Thabit, R. Whitley, and H. Radha, “Msu- 4s-the michigan state university four seasons dataset,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. ...
2024
-
[21]
Man truckscenes: A multimodal dataset for autonomous trucking in diverse conditions,
F. Fent, F. Kuttenreich, F. Ruch, F. Rizwin, S. Juergens, L. Lecher-mann, C. Nissler, A. Perl, U. Voll, M. Yan et al., “Man truckscenes: A multimodal dataset for autonomous trucking in diverse conditions,” arXiv preprint arXiv:2407.07462, 2024
2024 arXiv
-
[22]
Muses: The multi -sensor semantic perception dataset for driving under uncertainty,
T. Brodermann,¨ D. Bruggemann, C. Sakaridis, K. Ta, O. Liagouris, J. Corkill, and L. Van Gool, “Muses: The multi -sensor semantic perception dataset for driving under uncertainty,” arXiv preprint arXiv:2401.12761, 2024
2024 arXiv
-
[23]
Robo3d: Towards robust and reliable 3d perception against corruptions,
L. Kong, Y. Liu, X. Li, R. Chen, W. Zhang, J. Ren, L. Pan, K. Chen, and Z. Liu, “Robo3d: Towards robust and reliable 3d perception against corruptions,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 19 994–20 006
2023
-
[24]
Multicorrupt: A multi -modal robustness dataset and benchmark of lidar-camera fusion for 3d object detection,
T. Beemelmanns, Q. Zhang, C. Geller, and L. Eckstein, “Multicorrupt: A multi -modal robustness dataset and benchmark of lidar-camera fusion for 3d object detection,” in 2024 IEEE Intelligent Vehicles Symposium (IV). IEEE, 2024, pp. 3255–3261
2024
-
[25]
The robodrive challenge: Drive anytime anywhere in any condition,
L. Kong, S. Xie, H. Hu, Y. Niu, W. T. Ooi, B. R. Cottereau, L. X. Ng, Y. Ma, W. Zhang, L. Pan et al., “The robodrive challenge: Drive anytime anywhere in any condition,” arXiv preprint arXiv:2405.08816, 2024
2024 arXiv
-
[26]
Towards 3D LiDAR -based semantic scene under -standing of 3D point cloud sequences: The SemanticKITTI Dataset,
J. Behley, M. Garbade, A. Milioto, J. Quenzel, S. Behnke, J. Gall, and C. Stachniss, “Towards 3D LiDAR -based semantic scene under -standing of 3D point cloud sequences: The SemanticKITTI Dataset,” The International Journal on Robotics Research, vol. 40, no. 8-9, pp. 959–967, 2021
2021
-
[27]
4denoisenet: Adverse weather denoising from adjacent point clouds,
A. Seppanen, R. Ojala, and K. Tammi, “4denoisenet: Adverse weather denoising from adjacent point clouds,” IEEE Robotics and Automation Letters, 2022
2022
-
[28]
Twice dataset: Digital twin of test scenarios in a controlled environment,
L. N. Neto, F. Reway, Y. Poledna, M. F. Drechsler, E. P. Ribeiro, W. Huber, and C. Icking, “Twice dataset: Digital twin of test scenarios in a controlled environment,” arXiv preprint arXiv:2310.03895, 2023
2023 arXiv
-
[29]
Road spray in lidar and radar data for individual moving objects,
C. Linnhoff, L. Elster, P. Rosenberger, and H. Winner, “Road spray in lidar and radar data for individual moving objects,” 2022-04
2022
-
[30]
Synthetic extreme weather for ai training: Concept and validation,
L. C. D. Silva, M. F. Drechsler, Y. Poledna, W. Huber, and T. A. Fiorentin, “Synthetic extreme weather for ai training: Concept and validation,” in 2023 Third International Conference on Digital Data Processing (DDP). IEEE, 2023, pp. 188–194
2023
-
[31]
Realistic lidar with noise model for real -time testing of automated vehicles in a virtual environment,
J. P. Espineira, J. Robinson, J. Groenewald, P. H. Chan, and V. Donzella, “Realistic lidar with noise model for real -time testing of automated vehicles in a virtual environment,” IEEE Sensors Journal, vol. 21, no. 8, pp. 9919–9926, 2021
2021
-
[32]
Salsanext: Fast, uncertainty-aware semantic segmentation of lidar point clouds,
T. Cortinhal, G. Tzelepis, and E. Erdal Aksoy, “Salsanext: Fast, uncertainty-aware semantic segmentation of lidar point clouds,” in International Symposium on Visual Computing. Springer, 2020, pp. 207–222
2020
-
[33]
Lisnownet: Real -time snow removal for lidar point clouds,
M.-Y. Yu, R. Vasudevan, and M. Johnson- Roberson, “Lisnownet: Real -time snow removal for lidar point clouds,” in 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2022, pp. 6820–6826
2022
-
[34]
De -noising of lidar point clouds corrupted by snowfall,
N. Charron, S. Phillips, and S. L. Waslander, “De -noising of lidar point clouds corrupted by snowfall,” in 2018 15th Conference on Computer and Robot Vision (CRV). IEEE, 2018, pp. 254–261
2018
-
[35]
3d is here: Point cloud library (pcl),
R. B. Rusu and S. Cousins, “3d is here: Point cloud library (pcl),” in 2011 IEEE international conference on robotics and automation. IEEE, 2011, pp. 1–4
2011
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.