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

About the problem of missing model weight files for training #36

Open
chinagalaxy2002 opened this issue Jan 10, 2025 · 1 comment
Open

Comments

@chinagalaxy2002
Copy link

When I run CUDA_VISIBLE_DEVICES=0 python tools/train.py configs/ESAM/ESAM_online_scannet.py --work-dir work_dirs/ESAM_online_scannet/
Error:
FileNotFoundError: work_dirs/ESAM_sv_scannet/epoch_128.pth can not be found.

But I looked for the document you provided and did not find the model file. Can the author provide a copy?

@xuxw98
Copy link
Owner

xuxw98 commented Jan 12, 2025

We provide checkpoint for evaluation on online setting. If you want to train ESAM, you should first train a SV model and then train online model, rather than directly training online model. Please follow our README for more details.

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

2 participants