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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: