HRMapNet icon indicating copy to clipboard operation
HRMapNet copied to clipboard

Global map construction

Open YutongLin-sjtu opened this issue 1 year ago • 4 comments

Hi team, Thanks for your work! I want to build my global map features by myself and obtain the pt files, i.e. training and testing map, how can I modify the model?

YutongLin-sjtu avatar Nov 22 '24 02:11 YutongLin-sjtu

Hi! You can set the save_map_path here, https://github.com/HXMap/HRMapNet/blob/197f3407e130ced435db40bff91954286d480ce2/projects/configs/hrmapnet/hrmapnet_maptrv2_nusc_r50_24ep.py#L76 and use this function to save the map when it is built well, https://github.com/HXMap/HRMapNet/blob/197f3407e130ced435db40bff91954286d480ce2/projects/mmdet3d_plugin/hrmap/global_map.py#L244

fishmarch avatar Nov 22 '24 11:11 fishmarch

你好,采用分布式训练,你是如何在不同进程间更新同一个global_map的?在代码里没看到啊。

encizhou avatar Apr 01 '25 02:04 encizhou

你好,采用分布式训练,你是如何在不同进程间更新同一个global_map的?在代码里没看到啊。

Hi, the global map in different GPUs are not shared or merged. I tried merging them, but the results were not better.

fishmarch avatar Apr 01 '25 02:04 fishmarch

你好,采用分布式训练,你是如何在不同进程间更新同一个global_map的?在代码里没看到啊。

Hi, the global map in different GPUs are not shared or merged. I tried merging them, but the results were not better.

thank you for your reply

encizhou avatar Apr 01 '25 08:04 encizhou