You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to better understand the proposed foggification I had a look at the code but couldn't find where the lost points are actually discarded. The probabilities are computed but then only used for selecting points that are scattered.
To be precise, I'm talking about this method:
Hi,
to better understand the proposed foggification I had a look at the code but couldn't find where the lost points are actually discarded. The probabilities are computed but then only used for selecting points that are scattered.
To be precise, I'm talking about this method:
SeeingThroughFog/tools/DatasetFoggification/lidar_foggification.py
Lines 35 to 112 in 094b95f
In the end,
old_points
are returned although only the points with a distance larger thandmax
were removed. Or am I misunderstanding the algorithm?I also found this related issue: #21
The text was updated successfully, but these errors were encountered: