当前位置:网站首页>CNN-based Point Cloud De-Noising
CNN-based Point Cloud De-Noising
2022-08-11 06:17:00 【zhSunw】
CNN-based Lidar Point Cloud De-Noising in Adverse Weather
Key Knowledgeable:
- Autolabeling for Noise Caused by Rain or Fog
Judging the distance change of each pixel according to the range image to determine whether the pixel is noise caused by rain, fog and water droplets. Label the data:
Why the noise can be marked like this:
The author's understanding is that the rain and fog noise is often the reflection produced by the water droplets in the air, which is described in detail in the article "Fog Simulation on Real LiDAR Point Clouds".When the camera distance is at a certain value, the reflection intensity reaches its peak value. Therefore, there are often circular noise reflections next to the camera in rainy and foggy days. Therefore, when the scanning vehicle is moving, the distance from the non-noise point to the camera will change.There are dense water droplets in the middle, and there are always water droplets with the camera as the center of the circle reflecting noise, so the distance of the noise will not change much, so it can be preliminarily judged whether it is noise by judging whether the point has moved a threshold in each frame.
Of course, this is my personal opinion. The text does not describe this part too much. Corrections are welcome
- Network Architecture
Annotated, augmented data for denoising with WeatherNet for semantic segmentation: - Data Augmentation
Simulation rain and fog weather augmentation training set data: - Experiments
Quantitative denoising results for each weather:
Experiment1, 2, 3 represent three training sets respectivelyThe experimental results below:
Visualize qualitative results:
You can see that data enhancement and WeatherNet are denoising (semantic segmentation of rain and fog) work
边栏推荐
- Joint 3D Instance Segmentation and Object Detection for Autonomous Driving
- GBase 8a MPP Cluster产品高级特性
- The working principle and industry application of AI intelligent image recognition
- 用正则验证文件名是否合法
- 安全帽识别算法
- 安全帽识别-施工安全的“监管者”
- 智慧工地 安全帽识别系统
- GBase 8s的多线程结构
- Maykle Studio - Second Training in HarmonyOS App Development
- emqx创建规则引擎写入tDengine
猜你喜欢
随机推荐
Pay “Attention” to Adverse Weather
GBase 8s性能简介
docker搭建redis主从和哨兵模式集群
Reconstruction and Synthesis of Lidar Point Clouds of Spray
动画(其一)
CVPR2022——A VERSATILE MULTI-VIEW FRAMEWORK
The working principle and industry application of AI intelligent image recognition
>>技术应用:用于 REST API 开发和测试的 10 大工具
Maykle Studio - HarmonyOS Application Development First Training
RecycleView
CVPR2022——A VERSATILE MULTI-VIEW FRAMEWORK
emqx创建规则引擎写入tDengine
GBase 8s分片技术介绍
安全帽识别算法
【sqlyog】【mysql】csv导入问题
解决SmartRefreshLayout/SwipeRefreshLayout与RecyclerView下拉冲突的问题
目标检测——Faster R-CNN 之 Fast R-CNN
浙江大学软件学院2020年保研上机真题练习
2021-05-10
Fragment 和 CardView