semantic_suma icon indicating copy to clipboard operation
semantic_suma copied to clipboard

set submap-extent but error result occurred

Open kingskymoon opened this issue 10 months ago • 0 comments

Hello, I modify default.xml and set "submap-extent" to 100.0 (default is 10.0)

<param name="submap-dimension" type="integer">4</param>
<param name="submap-extent" type="float">100.0</param>
<param name="partial-extraction" type="boolean">true</param>
<param name="history size" type="integer">500</param>
<param name="history stride" type="integer">1</param>

but the semantic result get worse at seq 08 and frame 905 , but before is right , i dont know the reason. (seq 00 is the same , when the sequence length is long, segmentation errors may occur after a period of time, leading to inaccurate odometry.)

  1. Before modification, it was normal to display the local semantic map.

img_v3_029p_b995b725-c82e-4c26-8af3-eda121d6a33g

  • After the modification, there was no segmentation result when running around 905 frames, and the trajectory changed afterwards. But if I start running from frame 905, the segmentation at frame 905 is normal, it looks like there is an issue with the memory, but I see that the memory usage is normal.

img_v3_029p_f12b9bdc-babf-4570-a861-bb6640c9979g

Can you help me, thanks!

kingskymoon avatar Apr 09 '24 15:04 kingskymoon