当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Redis持久化方案RDB详解
梅科尔工作室-HarmonyOS应用开发第三次培训
emqx安装及mqttx连接使用
快照读下mvcc实现避免幻读
Maykle Studio - HarmonyOS Application Development First Training
AI-based intelligent image recognition: 4 different industry applications
.Net6 MiNiApi +EFCore6.0高B格操作的WebApi
若依分离版—移动端开发通知公告功能
Toolbar 和 DrawerLayout 滑动菜单
通用的 kernel和 userspace Makefile
若依分离版—增加通知公告预览功能
Maykel Studio - Django Web Application Framework + MySQL Database Fourth Training
>>开发工具:IDEA格式化代码无效
【docker-compose】mysql安装
GBase 8s 执行计划查询分析
CVPR2020:Seeing Through Fog Without Seeing Fog
基于ijkplayer 0.8.8编译的完整so. libijkffmpeg.so等,支持ssl h265, rm, rmvb
Redis哨兵模式
LAGRANGIAN FLUID SIMULATION WITH CONTINUOUS CONVOLUTIONS
IDEA本机连接远程TDengine不成功,终于配置成功