Pamphlett / Outram

[ICRA 2024] Outram: One-shot Global Localization via Triangulated Scene Graph and Global Outlier Pruning
Apache License 2.0
109 stars 5 forks source link

About global map generation #1

Closed The-Kakarot closed 4 months ago

The-Kakarot commented 4 months ago

Thank you for open-sourcing your interesting and nice work. Is the function for generating cluster_map.pcd and covariances.bin missing?

Pamphlett commented 4 months ago

Hi,

Thanks for your interest in our work. Yes, we did not include these functions in our current implementation for the clarity of the whole code base.

But it would be very simple to implement oneself. Just by clustering points with the same semantic class in the global point cloud map through Euclidean clustering (we leverage the implementation in PCL FYI).

Or else we'll release our implementation in the near future. But I cannot guarantee an accurate timeline as we have a lot of work on hand.

Hope it helps.

The-Kakarot commented 4 months ago

Many thanks.