dufomap icon indicating copy to clipboard operation
dufomap copied to clipboard

dynamic removal result between octomap and dufomap

Open sanduan168 opened this issue 9 months ago • 3 comments

Hi Qing Wen I test dufomap and octomap with my dataset. 图片 The result above is from dufomap with the default config.toml. We can see that some dynamic objects(in red circle) are not trimmed. The result below is from octomap(https://github.com/Kin-Zhang/octomap.git) with default config.yml. Even though the static objects(in green rectangle) are removed, the dynamic objects are almost deleted. 图片 In your paper, the SA\DA of dufomap performs better than octomap, which is inconsistent with my experiment. Can you explain why? If you want to reproduce, you can download the dataset from: https://drive.google.com/drive/folders/1kpevt1zkFlDNiw-h6ISCD13-W8EdX6By?usp=drive_link

sanduan168 avatar May 07 '24 13:05 sanduan168

Hi,

the dataset link download is not available. Please give full access: You need access.

hard to tell if I cannot open the data you provided, the conclusion we summarise is based on experiments of existing datasets, when changing datasets/scenarios, the statement from the previous may need to change. That's why all papers will say: based on xxx dataset, we have xxx conclusion. or existing experiment on xxx dataset.

Kin-Zhang avatar May 09 '24 08:05 Kin-Zhang

the following link is available: https://drive.google.com/drive/folders/1kpevt1zkFlDNiw-h6ISCD13-W8EdX6By?usp=sharing

sanduan168 avatar May 09 '24 10:05 sanduan168

你可以把assert里面的配置文件、resolution调成0.2,然后把ray_passthrough_hits设置为true试试呢。

qimao7213 avatar May 10 '24 07:05 qimao7213

I think you should look more detail on clean map: image

Based on point level evaluation, the conclusion is still the same, since there are lots of dynamic points octomap left, you can try to evaluate easily if you want. As data you shared, there are only 174 files, I recommend providing the full sequence to get more information to decide on the clean map.

moreover, you can definitely tune the parameter as @qimao7213 already found which is more aggressive (and it looks like what you want) : image

Kin-Zhang avatar Jun 05 '24 16:06 Kin-Zhang