Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global map construction #14

Open
YutongLin-sjtu opened this issue Nov 22, 2024 · 4 comments
Open

Global map construction #14

YutongLin-sjtu opened this issue Nov 22, 2024 · 4 comments

Comments

@YutongLin-sjtu
Copy link

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?

@fishmarch
Copy link
Contributor

Hi! You can set the save_map_path here,


and use this function to save the map when it is built well,
def save_global_map(self):

@encizhou
Copy link

encizhou commented Apr 1, 2025

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

@fishmarch
Copy link
Contributor

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

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

@encizhou
Copy link

encizhou commented Apr 1, 2025

你好,采用分布式训练,你是如何在不同进程间更新同一个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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants