-
Notifications
You must be signed in to change notification settings - Fork 77
Description
I am interested to run the code on LEVIR-dataset for comparison, I have setup Linux on my system using CMD. i have clone the ChangeFormer into it. Next steps are as follow:
- wsl
- cd ~/ChangeFormer
- $ python3 demo_LEVIR.py
(when i run this command i got error
aysha@DESKTOP-9U7U2SJ:~/ChangeFormer$ python3 demo_LEVIR.py
initialize network with normal
cuda:0
Traceback (most recent call last):
File "/home/aysha/ChangeFormer/demo_LEVIR.py", line 66, in
model.load_checkpoint(args.checkpoint_name)
File "/home/aysha/ChangeFormer/models/basic_model.py", line 42, in load_checkpoint
raise FileNotFoundError('no such checkpoint %s' % checkpoint_name)
FileNotFoundError: no such checkpoint best_ckpt.pt )
after that i am going to a link to dowload it from google colab, where i have uploaded the model file :
- wget --no-check-certificate "https://drive.google.com/uc?export=download&id=1QKn0AL5_LGBG5o2dr0s0oAcwxYhrvqx6" -O best_ckpt.pt
i am facing error each time failed: Network is unreachable.
after that i manually download and insert the best_ckpt.pt file in folder.