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

Why is this module "Semantic Mapping "not trained? #28

Open
Sky-railway opened this issue Apr 3, 2024 · 3 comments
Open

Why is this module "Semantic Mapping "not trained? #28

Sky-railway opened this issue Apr 3, 2024 · 3 comments

Comments

@Sky-railway
Copy link

Thanks for the work. Doesn't this module need training?
in the main.py file:

Semantic Mapping

sem_map_module = Semantic_Mapping(args).to(device)
sem_map_module.eval()
@Sky-railway Sky-railway changed the title About Semantic_Mapping Why is this module "Semantic Mapping "not trained? Apr 3, 2024
@wuyukun-tong
Copy link

Hi
I want to known what gpu you use to run this code, I tried to reproduce this code on 3090 but report "CUDA out of memory".
I hope your question i solved as well!

@zyjzxy9
Copy link

zyjzxy9 commented Apr 6, 2024

This is the mean that your total memory is not enough for running the code. what is the total memory of your 3090 GPU?
My 3090 for running this code is equipped with dual 3090 graphics cards, each having 24GB memory. you can try to reduce the number of threads to run this code successfully.

@wuyukun-tong
Copy link

wuyukun-tong commented Apr 10, 2024 via email

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