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

Closed
chinagalaxy2002 opened this issue Jan 10, 2025 · 3 comments
Closed

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.

@Chase-Arthur
Copy link

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.

Thank you for your excellent work!
I would like to ask if the weights provided by your github project should be online, right? Is there SV weights that can be provided?

@xuxw98
Copy link
Owner

xuxw98 commented Apr 6, 2025

Yes. We only provide the final online checkpoint. We are sorry that we have not stored the intermediate checkpoints.
Note that it only takes about 1 day to train SV model on a single RTX 3090 GPU, which is faster than online training.

@xuxw98 xuxw98 closed this as completed Apr 6, 2025
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