You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: