-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Hi, there, @MarioBijelic
I found a strange phenomenon of this DENSE Seeing through Fog Dataset.
Normally, under the bad weather, such as snow, fog and rain, there will be a noise ring around the LiDAR sensor, which can be seem under the collected point cloud.
However, I also found that noise ring (a ring around (x, y): (0, 0)
) under the point cloud under clear weather (or to say under clear
split).
And, the noise ring disappear in some point cloud under bad weather split (e.g., fog
split).
Here I give some example, where I plot the data from camera and LiDAR, and the file name is shown as title in the picture.
(dense) USER@HOSTNAME~/SeeingThroughFog/splits$ cat train_clear_day.txt | grep 2019-09-11_18-53-00,00270
2019-09-11_18-53-00,00270
(dense) USER@HOSTNAME:~/SeeingThroughFog/splits$ cat dense_fog_day.txt | grep 2018-10-08_08-18-59,00120
2018-10-08_08-18-59,00120
According to my observations,
I guess that this ring appears maybe caused by the laser hit the roof of the car or the auxiliary for mounting, since the LiDAR sensor is not mount high enough. And there are some point clouds that noise ring is missing, I guess maybe the position of the LiDAR sensor has been ever adjusted during the data collecting.
Could you confirm that if my observation is truly existed ?
And any explanation can be given for this strange phenomenon?
Thank you in advance.