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

#train #3

Open
hidfgidh opened this issue Oct 25, 2024 · 1 comment
Open

#train #3

hidfgidh opened this issue Oct 25, 2024 · 1 comment

Comments

@hidfgidh
Copy link

Hello, when I was executing the training steps of this code and running the command(I trained on 7 scen):
sh train_nefes. sh
I encountered an error:
No such file or directory: '/ logs/nefes_stairs_color_only/000600.tar',
Where did you obtain this file? thank you

@chenusc11
Copy link
Collaborator

Hi, if you want to train the second stage model in the train_nefes.sh, you just need to replace the --ft_path argument with your pretrained first stage color only checkpoint.

The first stage training script is this:
python run_nefes.py --config config/7Scenes/dfnet/config_stairs_stage1.txt

And after training, it will save the model at logs/nefes_stairs_color_only/000600.tar

Then you could lunch the second stage training:
python run_nefes.py --config config/7Scenes/dfnet/config_stairs_stage2.txt

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